How to show HTML in textboject? (no classic webpopup)

Hi,

I have lots of html newsitems to show, that i get by a webservice and store them in the iphone.

These newsitems have a title, date and message
How can i show the message (html) on te screen (maybe as textobject?) ?
At this moment, i can show it, but the basic tags that are used are not parsed (mostly B,I,U, a href)

I don’t think a WebPopup is a good way, because it must be available offline and it’s not really a webpage, just 1 HTML field.

Thanks

[import]uid: 13464 topic_id: 5564 reply_id: 305564[/import]

it says in the docs you can show a local webpopup
http://developer.anscamobile.com/reference/index/nativeshowwebpopup

you could always store the data from the webservice as a local text/html file and load that back locally, or even use SQLite

[import]uid: 6645 topic_id: 5564 reply_id: 18966[/import]

Thanks, it seems to work! [import]uid: 13464 topic_id: 5564 reply_id: 19110[/import]