fluttercommunity / fluttercommunity/flutter_webview_plugin
how to trigger onUrlChange ?
Open
- Dominant language
- Java
- Stars
- 1.5k
- Forks
- 938
- PR merge metrics
- No merged PRs in 30d
Description
I can’t monitor it when switching the h5 page in webview, how can I do it?
this is my code:
void initState() {
super.initState();
_urlChangeListener = flutterWebviewPlugin.onUrlChanged.listen((String url) {
print('123456789876543, $url');
if(mounted) {
}
});
}
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.