hi,
how to display html page on java support mobile ph? i am use HttpConnectivity coding. But display mobile phone for html coding. like tag based. How to Browser view html page on mobile phone?
pls help me
regards,
M.Mathivanan
Printable View
hi,
how to display html page on java support mobile ph? i am use HttpConnectivity coding. But display mobile phone for html coding. like tag based. How to Browser view html page on mobile phone?
pls help me
regards,
M.Mathivanan
I suppose that you need to write an HTML parser/renderer (a web browser, in effect) yourself (something like ReqWireless' WebViewer). Or use the phone's browser to access the web page, instead of your app.