What are the various options for sending messages using JavaScript from a web page embedded in a BlackBerry application into the application itself.
In Android, I can use addJavascriptInterface to create a first-class DOM object for communicating up directly. And in iOS, I can use the page location.href to ferry messages up indirectly. I'm just not familiar with BB to know how to plan this out.
Nothing at this point is written. So all options are available. Any tips or suggestions?