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
Added new onNavigationStateChange event in version 2.0.0, which is an event fired when the navigation state of the InAppWebView changes.
Also, this plugin changed its name to flutter_inappwebview. The current latest version now is 2.1.0+1. So, you can change your dependency influtter_inappwebview: ^2.1.0+1.
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug and a minimal reproduction of the issue.
URL is not setting when site is using
Ajax
or no reload pages.Example URL:
https://www.flipkart.com/search?q=iphone%20x
Steps to reproduce:
flutter_inappbrowser
Each time i open new product i have to use
webController.reload();
to show the correct product URLNote: To use example URL stated above
domStorage
must be enabled:Code:
The text was updated successfully, but these errors were encountered: