Skip to content

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

Closed
MengLeiGitHub opened this issue Apr 10, 2019 · 9 comments
Closed

The webview always cover the dialog #377

MengLeiGitHub opened this issue Apr 10, 2019 · 9 comments

Comments

@MengLeiGitHub
Copy link

No description provided.

@garbirel
Copy link

same

@charafau
Copy link
Collaborator

what dialog are we talking about? Flutter dialog?

@MengLeiGitHub
Copy link
Author

what dialog are we talking about? Flutter dialog?

Flutter dialog,

@fantasy525
Copy link

may be,webview must be positioned above the flutterview

:octocat: From gitme Android

@NewITCorp
Copy link

NewITCorp commented Apr 16, 2019

I use alertdialog with this plugin, results to my webview grayed out but no dialog appears.
if you mean this problem so yes, i have it too...

do anyone have a workaround or so?

@lycstar
Copy link

lycstar commented May 6, 2019

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.

@charafau
Copy link
Collaborator

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.

@devmanmath
Copy link

Unable to click alert dialog over webview.

@lycstar
Copy link

lycstar commented Nov 8, 2024

Unable to click alert dialog over webview.

this repo in outdate, please use webview_flutter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants