Dan Garry, 08/12/2014 23:04:
So, given that we can't do anything meaningful with the HTML in a native app, that means we only have three options:
- Display the raw HTML directly to the user
- Try to parse the HTML for interesting information and update the relevant view's properties using native code
- Strip any and all HTML tags that are given to us in the JSON
There is a simpler option: don't display a file if you can't attribute it.
Nemo