Skip to content

Instantly share code, notes, and snippets.

blackberry.invoke.invoke({
uri: "file://" + blackberry.io.sharedFolder + "/pictures/IMG_00000002.jpg",
action: "bb.action.VIEW"
}, function () { console.log("yea!"); }, function () { console.log("why?"); } );