UIWebview gets stuck with the following message in console.
void SendDelegateMessage(NSInvocation*): delegate (webView:didFinishLoadForFrame:)
failed to return after waiting 10 seconds. main run loop mode: kCFRunLoopDefaultMode
anyone knows what this is??
Are you using any Javascript on the page you are loading?
Specifically, are you using the method
As the docs state the following
And this seems to tie in with the error message you are seeing in the console