void SendDelegateMessage(NSInvocation *): delegate (webView:didFirstVisuallyNonEmptyLayoutInFrame:) failed to return after waiting 10 seconds. main run loop mode: kCFRunLoopDefaultMode
各位高手,这个问题怎么解决?
各位高手,这个问题怎么解决?
解决方案
10
http://stackoverflow.com/questions/6489601/uiwebview-gets-stuck-with-the-following-message-in-console
参考这里,是不是你加载的网页里面有 js 执行超过10秒了?
参考这里,是不是你加载的网页里面有 js 执行超过10秒了?
10
http://stackoverflow.com/questions/6489601/uiwebview-gets-stuck-with-the-following-message-in-console
的那个作者的问题不是使用:stringByEvaluatingJavaScriptFromString 导致的,是view没有正确remove导致的,你看看是不是viewcontroller dismiss时没有处理正确。
的那个作者的问题不是使用:stringByEvaluatingJavaScriptFromString 导致的,是view没有正确remove导致的,你看看是不是viewcontroller dismiss时没有处理正确。