Skip to content

Instantly share code, notes, and snippets.

@rwmtse
Created July 9, 2012 21:07
Show Gist options
  • Save rwmtse/3078930 to your computer and use it in GitHub Desktop.
Save rwmtse/3078930 to your computer and use it in GitHub Desktop.
blackberry.invoke.invoke({
uri: "file://" + blackberry.io.sharedFolder + "/pictures/IMG_00000002.jpg",
action: "bb.action.VIEW"
}, function () { console.log("yea!"); }, function () { console.log("why?"); } );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment