3

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?

1 Answer 1

3

It sounds like what you are looking for could probably be accomplished with one or both of BrowserField.extendScriptEngine() or BrowserField.executeScript().

Sign up to request clarification or add additional context in comments.

1 Comment

Cool. Thank you. I was hoping the solution would work like this. extendScriptEngine() is just what I'll need.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.