Skip to content

Instantly share code, notes, and snippets.

@mwbrooks
Created May 25, 2011 22:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mwbrooks/992136 to your computer and use it in GitHub Desktop.
Save mwbrooks/992136 to your computer and use it in GitHub Desktop.
BlackBerry WebWorks Child Browser
<feature id="blackberry.invoke" />
<feature id="blackberry.invoke.BrowserArguments" />
<feature id="blackberry.identity" />
<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