I am loading my webview with running image(banner) while continuously load webview . but sometimes i got warning of
void SendDelegateMessage(NSInvocation*): delegate (webView:decidePolicyForNavigationAction:request:frame:decisionListener:) failed to return after waiting 10 seconds. main run loop mode: kCFRunLoopDefaultMode
and hanged for some times.
webview loading data in the form of HTML (Not javascript in HTMl).
please suggest me, how to handle this warning .
thanks in advance.