Re: WebView refresh problem

2010-03-09 Thread Arun
Hi, My application is something like a slide show viewer. When the application is launched, a window with WebView is launched and a background thread is started. >From the background thread periodically webview is loaded with different HTML's. The function used is loadHTMLString: This works fine.

WebView refresh problem

2010-03-09 Thread Arun
Hi All I have an application which has a single window with a webview inside it. When the application starts it starts a background thread from which i will be feeding different HTML files using performSelectorOnMainThread:. Everything works fine. The problem is when the application is launched,

Re: WebView refresh problem

2010-03-09 Thread Steven Degutis
The problem you're describing isn't very clear to me. Can you be more specific as to what the unexpected result is, and what action you're taking that triggers this unexpected result? And, last but certainly not least, what is the actual code you are using to load a new page into the WebView? Thank