"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 Dec 8, 2014, at 5:10 PM, Dan Garry dgarry@wikimedia.org wrote:
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