UIWebView: decidePolicyForNavigationAction?
问题 I'm using a UIWebView in my app, and everything works fine in iOS5 and 6. But on iOS7 the UIWebView can't load the page requested (an html from internet) and start an infinite loop with this error every 10 secs: void SendDelegateMessage(NSInvocation *): delegate (webView:decidePolicyForNavigationAction:request:frame:decisionListener:) failed to return after waiting 10 seconds. main run loop mode: kCFRunLoopDefaultMode The webview loadrequest is located in viewDidAppear. I found no