1

I am trying to display a small web content in my application. Is there any way to display a web content?

Currently I am displaying a link, and upon clicking that link my application will close and web browser will open to display the web page?

I want to display the web content inside my application without closing my application.

Any help will be highly appreciated.

Thanks,

Ramesh
  • 406
  • 3
  • 9

2 Answers2

1

LWUIT has a HTMLcomponent that you can use. It has limitations but can work

Gorkem Ercan
  • 3,220
  • 1
  • 18
  • 26
1

HTMLComponent doesnot work upto mark and sometimes control swtching does'nt happen exactly according to flow but still we can use it as we dont have alternative solution in J2ME

Vijay YD
  • 514
  • 1
  • 4
  • 15
  • my requirement is just to display a web content. There is no controls or any other actions performed using the web. As far as the content is visible, I am good. Will test this and update the results later. – Ramesh Apr 20 '12 at 04:16
  • 1
    if your just requirement is just to display webpage or webcomponent just use platformRequest and it doesnt closes your application and but if you need to display webpage inside (part of screen/form) then HTMLComponent is the only way – Vijay YD Apr 20 '12 at 04:38