Created
May 25, 2011 22:26
-
-
Save mwbrooks/992136 to your computer and use it in GitHub Desktop.
BlackBerry WebWorks Child Browser
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<feature id="blackberry.invoke" /> | |
<feature id="blackberry.invoke.BrowserArguments" /> | |
<feature id="blackberry.identity" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript"> | |
var args = new blackberry.invoke.BrowserArguments('http://www.blackberry.com'); | |
blackberry.invoke.invoke(blackberry.invoke.APP_BROWSER, args); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment