-
Notifications
You must be signed in to change notification settings - Fork 939
Closed
Description
Hello,
How can I intercept a URL before it is loaded into the webview & stop loading?
I tried the following -
_onStateChanged = flutterWebviewPlugin.onStateChanged.listen((WebViewStateChanged state) { if (state.url.startsWith("someScheme")) { flutterWebviewPlugin.stopLoading(); } });
But the onStateChanged is called after the url has loaded into the webview, so I cannot stop the loading.
5hanth, mohammedmunaf and alvarosantisteban
Metadata
Metadata
Assignees
Labels
No labels