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
I'm using flutter_webview_plugin to let the user browse the internet searching for an item, and add it to my application (like Pinterest).
I found flutter_webview_plugin has the best browsing experience but the only issue is onUrlChanged not detecting the URL changes instantly, the user has to wait for the page to be fully loaded to get the URL.
And in some cases, the onUrlChanged never fired.
I found another old issue #218 but not sure if it's related. Even tho it's not resolved yet!
The text was updated successfully, but these errors were encountered:
I'm using flutter_webview_plugin to let the user browse the internet searching for an item, and add it to my application (like Pinterest).
I found flutter_webview_plugin has the best browsing experience but the only issue is onUrlChanged not detecting the URL changes instantly, the user has to wait for the page to be fully loaded to get the URL.
And in some cases, the onUrlChanged never fired.
I found another old issue #218 but not sure if it's related. Even tho it's not resolved yet!
The text was updated successfully, but these errors were encountered: