vote up 0 vote down star

Hi, Is there any easy way to set the contents of a webview to an html string (without having to load a file)?

Thanks

flag

2 Answers

vote up 6 vote down check

[[webView mainFrame] loadHTMLString:htmlString baseURL:someURL];

(Where someURL is used to resolve relative URLs in the HTML source.)

link|flag
vote up 0 vote down

Yes definitely calling loadHTMLString:baseURL: on the mainFrame of the webView would do it.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.