iOS 18.4 won't load only google.com #2602
Replies: 1 comment
-
I found onReceivedError did not handle stopLoading. flutter: WebViewError code=NETWORK_CONNECTION_LOST description=The network connection was lost. This error also occurs in same situation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
InAppWebView won't load only google.com on iOS. The loading will never end.
www.google.co.jp is correctly loaded but when I try www.google.com it doesn't work. Any other websites such as duckduckgo except google.com can be loaded.
Console says,
flutter: WebViewError code=CANNOT_PARSE_RESPONSE description=cannot parse response
My code for initialization is here
the setting model is here
info.plist and Podfile,
InAppWebView version is 6.0.0
$ fvm flutter --version
Flutter 3.27.1 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 17025dd882 (4 months ago) • 2024-12-17 03:23:09 +0900
Engine • revision cb4b5fff73
Tools • Dart 3.6.0 • DevTools 2.40.2
On Android it perfectly works as expected. Does this comes from incorrect setting or my code's fault? or a bug? I tried ChatGPT and it says that TLS or something related to certifiaction causes this problem so I changed onReceivedServerTrustAuthRequest but it didn't work.
I have this problem after updating Xcode and simulator's version to 18.4. Former version of iOS may load google.com.
Beta Was this translation helpful? Give feedback.
All reactions