Hi guys,
Would you know if there is a way to embed or include an S60 Web Browser into a midlet, maybe as a control or somehow else, to render HTML content within a midlet, so I wouldn't have to close a midlet and open up a browser?
Thank you,
Roman
Hi guys,
Would you know if there is a way to embed or include an S60 Web Browser into a midlet, maybe as a control or somehow else, to render HTML content within a midlet, so I wouldn't have to close a midlet and open up a browser?
Thank you,
Roman
Not possible (there is no JNI in Java ME). You have to either implement your own HTML rendering code in your MIDlet or the launch the browser with platformRequest.
Hartti