I am using a UIWebView to show a couple websites within my app.
I have noticed that even when the view is not active / visible (say when I move to another tab), it still updates HTML refresh messages.
stopLoading does nothing as the pages are already loaded .
How do I get the UIWebView to "ignore" ongoing HTML refresh messages?
I assume some kind of call in webViewDidFinishLoading.