"On iOS, it's worse, because we don't get any HTML parsing for free, and we actually have to strip the HTML manually too"
Oops, Dan I may have misspoken - on iOS we can strip html w/NSXMLParser which is SAX style. What we don't get for free is labels which can render html links like the android ones you showed me.
On iOS, it's worse, because we don't get any HTML parsing for free, and we actually have to strip the HTML manually too