I have iOS app in which I have WKWebview. Used for loading HTML from remote URL. I get the error in log
[Process] 0x1550bfe18 - [pageProxyID=42, webPageID=43, PID=1902] WebPageProxy::didFailProvisionalLoadForFrame: frameID = 3, domain = NSURLErrorDomain, code = -1003
Following that didFailProvisionalNavigation
method get call for WKWebview.
This is happening intermittently. Means successfully work with webpage in WKWebbView some time and above error for some time.
Same thing is working on Android device without any issue.
- Why it is not failing all the time?
- is this the issue with iOS app?
- is this the server issue?
- What cause the server gives this error?
- which configuration I need to update on server?