-
Notifications
You must be signed in to change notification settings - Fork 937
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webview crashes on url change on iOS #62
Comments
I also tried using |
might be related to this #49 |
I don't think it is since I'm using an https url. |
The only other thing that's weird about the urls involved is that there are two different top level domains involved. The last navigation goes from |
FWIW I tried disabling the transport security as mentioned in #49's proposed workaround, but it didn't seem to help. |
I'm having similar issues on url changing... Doesn't happen all the time. Maybe once every 3 or 4 times for example. Can't duplicate the issue on Android. |
... spoke too soon... Just had a straight run with executing my app about ten times in a row with the error but its back... ;-( It seems to be a stale issue - last update back around a month ago - has anyone found a solution or moved onto a different webview plugin maybe? |
can you try with the last version |
It is still crashing in 0.1.6. I am using https and the web content is as well. The last things logged are: flutter: webview on state changed. Instance of 'WebViewStateChanged' Note that some URLs work but some don't. And it is only crashing on my iPhone (not on the simulator). |
I'm also running into this problem for iOS. It works fine for Android. Using 0.1.6 |
Same issue with iOS webview in simulator. On attempt to tap on a input field, where the webview would normally show the OSK, the webview immediately crashes ::
|
closing because it's fixed. |
fixed? What's the solution? |
I'm getting the following error while trying to use the webview on iOS (via the Simulator) which is crashing the app. It only seems to happen for some URLs. On Android everything works fine, but on iOS I'm able to get through the login prompt and oAuth acceptance pages, but then it crashes when it tries to navigate to the actual authenticated app.
The text was updated successfully, but these errors were encountered: