views:

210

answers:

0

Application contains embedded UIWebView inside UINavigationController. Everything works fine - except just tried to open an ad with URL pointing to flash-only webpage. It's been loading that page now 22 minutes, so I suspect there is no automatic timeout?

When looking at shouldStartLoadWithRequest, self.currentUrl points to flash-site, while webView.request points to a better place. Anyway, it's stuck now. Permanently. How should I handle this?

The URL fetch was started by user clicking on ad at the initially loaded page, so the only place (that I know of) where I had a chance to do anything is shouldStartLoadWithRequest. Can I setup any timer for such a fetch?