Ramesh
Ramesh

Reputation: 406

Is there a way to display web component in the j2me program? I am programming for a s40 series Nokia phone

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,

Upvotes: 1

Views: 366

Answers (2)

Vijay YD
Vijay YD

Reputation: 534

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

Upvotes: 1

Gorkem Ercan
Gorkem Ercan

Reputation: 3226

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

Upvotes: 1

Related Questions