Namespaces
Variants
Actions
Revision as of 09:59, 5 June 2009 by tanjaluodes (Talk | contribs)

How to invoke web browser from Java ME

Jump to: navigation, search


The default phone web browser can be invoked from within the Java ME application by using javax.microedition.midlet.MIDlet.platformRequest().

On some devices the MIDlet has to be closed (for example on Series 40 devices), before the browser can be launched. The application can take this into account by checking the return value of this method call. The value is true, if the MIDlet suite MUST first exit before the content can be fetched.

The following code is used for invoking the web browser.

String url = "http://forum.nokia.com";
platformRequest(url);
151 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved