fluttercommunity / fluttercommunity/flutter_webview_plugin
Calling dispose() and close() within onUrlChanged does not pop the WebviewScaffold
Open
- Dominant language
- Java
- Stars
- 1.5k
- Forks
- 938
- PR merge metrics
- No merged PRs in 30d
Description
When trying to pop the WebviewScaffold by calling `FlutterWebViewPlugin.dispose()` and `FlutterWebViewPlugin.close()` after having been redirected, instead of popping the Route, the `_WebviewPlaceholder` only switches to the `child` Widget (`initalChild` or `CircularProgressIndicator`), rather than returning to the previous Route.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.