Is possible to add an Item in my Form, referred to link web, that allows to open the web browser of the mobile phone with that link?
Thanks in advance
Luigi
Is possible to add an Item in my Form, referred to link web, that allows to open the web browser of the mobile phone with that link?
Thanks in advance
Luigi
Hi Luigi,
you can launch web browser via platformRequest method of your MIDlet instance. If you have a CustomItem, you could for example call platformRequest() within its keyPressed() handler.
Pit