Hi! How to open link in external browser from BrowserComponent

Example:

Form hi = new Form("Browser", new BorderLayout());
BrowserComponent browser = new BrowserComponent();
browser.setURL("file://test.html");
hi.add(BorderLayout.CENTER, browser);

test.html
....
<A Href="http://www.ya.ru";>test</A>
...

I want open www.ya.ru in external broswer.

P.S. Will work this on BlackBerry?

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/85be947b-6561-4f03-b8a2-ab6822af3ae0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to