I have an HTML String like
<p>something</p> etc... some other html string etc... <p>something</p>
I would like to print in a field this string formatted. in android I use a webview... in iphone a UIWebView... but in BlackBerry?
Thanks ;)
Sergio
If you need to support only RIM OS 5.0.0 and greater you can use BrowserField.displayContent method.
Othervice try BrowserFieldDemo & HttpConnection mockup approach