-
Notifications
You must be signed in to change notification settings - Fork 936
The webview always cover the dialog #377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
same |
what dialog are we talking about? Flutter dialog? |
Flutter dialog, |
may be,webview must be positioned above the flutterview |
I use alertdialog with this plugin, results to my webview grayed out but no dialog appears. do anyone have a workaround or so? |
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, drawer...flutter widget,maybe you can use them after making the webview hidden. |
As @lycstar says. It's native view on top of flutter, so due to those limitations it's not possible to use snackbars. Check if official webview plugin works for you and use it if you need snackbars. |
Unable to click alert dialog over webview. |
this repo in outdate, please use webview_flutter |
No description provided.
The text was updated successfully, but these errors were encountered: