There's no limit on the number of times loadHTMLString: can be called. I call it hundreds of times on the same UIWebView in my app.
Did you implement webView:shouldStartLoadWithRequest:navigationType: ? If you did, make sure you return YES.
Can Berk Güder
2010-06-21 16:12:36