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 932 forks source link

Drawer Overlay !!!! #325

Open DeevD opened 5 years ago

DeevD commented 5 years ago

After implementation for flutter Scafold with drawer and body with WebScafold page ..Drawer is below of Webview ? how can solve or to do other way ??

nuc134r commented 5 years ago

Here is a quote from the top of README:

"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 to use snackbars, dialogs ..."

Mariluk commented 5 years ago

I think it would be great to add a widget option that is not part of the scaffold. I have the same problem as a @DeevD .

rrakeshkumar commented 5 years ago

I'm using flutter_webview_plugin but unable to put drawer items. please provide me solution

surveshoeb commented 4 years ago

Any update on this issue?

varunkumarmedam commented 4 years ago

Same problem here. Wanted to add widgets over the webview