Re: stripped down webview
Re: stripped down webview
- Subject: Re: stripped down webview
- From: Jens Alfke <email@hidden>
- Date: Sat, 18 Aug 2012 10:32:21 -0700
On Aug 18, 2012, at 8:26 AM, Steve Christensen <email@hidden> wrote:
> How about asynchronously downloading the page HTML into a string, doing a text replace of the name of the CSS file to your local one, then passing the modified HTML to the web view?
Doesn't work if there are style rules directly in the HTML, which is not uncommon.
Also, parsing HTML is kind of a minefield given the sort of malformed tag-soup that's common on teh interwebz.
—Jens
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden