I am using Flutter web view and my code looks like this, after authentication I'm able to do authentication but there is one web resource error coming that is WebKitErrorDomain, error code 102, error Description : Frame load interrupted. Anyone knows how to fix this ios specific error. Here is code for whch I'm catching error in onWebViewResourceError method This is coming only on ios devices not on android.
Asked
Active
Viewed 301 times
1
-
Hi, did you find solution to that? – Nijat Namazzade Feb 09 '23 at 11:31
1 Answers
0
In my case I was loading a file that did not have .html
as the file extension. Once I added that extension it worked.

Daniel Porteous
- 5,536
- 3
- 25
- 44