How do i use the default internet browser of cellphone in my J2ME program? is it possible? or is there any developer version of Opera Mini for this case?

link|improve this question

79% accept rate
feedback

2 Answers

Yes you can load a page using the default browser, just use MIDlet.platformRequest(url).

link|improve this answer
1  
I want to load a page in my own interactive canvas. – Kermia Jun 27 '11 at 9:52
feedback

Hey Hi Check this PocketLearn J2ME HTML Component this is a 100% Java/J2ME solution for rendering HTML on MIDP 2.0 devices such as cell phones and Personal Digital Assistants. Thanks

link|improve this answer
Thank you , but it doesn't support these : HTML frames CSS (style sheets) - only supports inline styles HTML forms Scripting support (i.e. - Javascript) Java applets or ActiveX objects Flash animation Animated GIFs Support for DOM (Document Object Model) – Kermia Jun 27 '11 at 9:56
Is there any other component? – Kermia Jun 27 '11 at 9:57
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.