fluttercommunity / flutter_webview_plugin

Community WebView Plugin - Allows Flutter to communicate with a native WebView.
https://pub.dev/packages/flutter_webview_plugin
Other
1.48k stars 929 forks source link

Flutter drawer menu open behind flutter_webview_plugin #874

Open BhagirathGadhesariya opened 3 years ago

BhagirathGadhesariya commented 3 years ago

I am new in flutter i am using flutter_webview_plugin for open my web in flutter application with drawer navigation menu. But the issue is my drawer menu is behind the flutter_webview Maybe the flutter_webview load after drawer menu

Check this image this is for issue

MicrosoftTeams-image

sldboy commented 3 years ago

me too

sldboy commented 3 years ago

Warning: The webview is not integrated in the widget tree, it is a native view on top of the flutter view. You won't be able see snackbars, dialogs, or other flutter widgets that would overlap with the region of the screen taken up by the webview.

903531306 commented 2 years ago

I am new in flutter i am using flutter_webview_plugin for open my web in flutter application with drawer navigation menu. But the issue is my drawer menu is behind the flutter_webview Maybe the flutter_webview load after drawer menu

Check this image this is for issue

MicrosoftTeams-image

这个问题解决了吗 这都2022年了