In my app I load a site that uses ad banners and HTML refresh tags.
Every minute (or however long the refresh HTML tag is set) the app goes out to the network to reloads the iframe banner ad on the website (even if it is hidden)
Is there a way to get webView to ignore these?
I tried stoploading and other things in webViewDidFinishLoading, but it still is responding to the HTML refreshes.
Any tips or ideas?