fluttercommunity / fluttercommunity/flutter_webview_plugin
SafeArea like behaviour without using WebviewScaffold
Open
- Dominant language
- Java
- Stars
- 1.5k
- Forks
- 938
- PR merge metrics
- No merged PRs in 30d
Description
Is there a way to achieve SafeArea like behaviour when I am not using the WebviewScaffold, but rather doing `flutterWebviewPlugin.show()` and `flutterWebviewPlugin.hide()` on various button presses across the app, directly?
I have a very large page to open in webview which I load just once during app boot and then simply show/hide the webview. I cannot use Navigation and WebviewScaffold based opening/closing of webview since that will load the entire url again and again.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.