1

So I'm working on an app using UIWebView

And there is a js function which calls the webview to set data and the page to load it

The page loads it and takes around 23sec to process in android (yeah it takes pretty long..)

The problem is, in ios, an error keeps showing and the loading fails after every 10 secs...

(I've set every connection timeout at 30 sec as i can)

void SendDelegateMessage(NSInvocation *): delegate (webView:decidePolicyForNavigationAction:request:frame:decisionListener:) failed to return after waiting 10.000000 seconds. main run loop mode: kCFRunLoopDefaultMode

Does anybody know how to fix it? I'm using objective C

1

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.