You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flutter: WebView created successfully
[IOSInAppWebViewWidget] (iOS) IOSInAppWebViewWidget ID 0 calling "onWebViewCreated" using []
[IOSInAppWebViewController] (iOS) WebView ID 0 calling "onUpdateVisitedHistory" using {url: https://example.com/, isReload: null}
Flutter version
3.24.5
Operating System, Device-specific and/or Tool
iOS 17.5
Plugin version
6.1.5
Additional information
No response
Self grab
I'm ready to work on this issue!
The text was updated successfully, but these errors were encountered:
Please post full minimal code to reproduce the issue. @cade-2 in your case, it seems it could be caused by something not set correctly on your Flutter code, as the widget seems to be rebuilt every time.
Are you using Keys correctly? Maybe use a GlobalKey or try to understand why your widget tree is being rebuilt.
Is there an existing issue for this?
Current Behavior
Loads the webview but cannot start the page load
Expected Behavior
Load the page
Steps with code example to reproduce
Steps with code example to reproduce
Stacktrace/Logs
Stacktrace/Logs
Flutter version
3.24.5
Operating System, Device-specific and/or Tool
iOS 17.5
Plugin version
6.1.5
Additional information
No response
Self grab
The text was updated successfully, but these errors were encountered: