-
Notifications
You must be signed in to change notification settings - Fork 47
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_flutter_lwe] Update webivew_flutter to 4.4.2 #633
Conversation
175252e
to
98f0111
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you check about onUrlChange added in webview_flutter v4.1.0?
The latest webview_flutter example code uses this API.
* Adds support to track URL changes. See `NavigationDelegate(onUrlChange)`.
Upon updating webview_flutter to 4.4.2, it was checked whether the added functions (onUrlChange, onConsoleMessage) are supported by LWE, but it was confirmed that there is no related function. |
Yes, you can add @override
Future<void> setOnUrlChange(UrlChangeCallback onUrlChange) async {
throw UnimplementedError(
'This version of `LweWebViewController` currently has no '
'implementation of `setOnUrlChange`.');
} |
LweWebViewController.getUserAgent
.