Skip to content
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

Drawer does not respond when drawn over an EasyWebView #7

Open
sagasti opened this issue Mar 21, 2020 · 12 comments
Open

Drawer does not respond when drawn over an EasyWebView #7

sagasti opened this issue Mar 21, 2020 · 12 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed question Further information is requested

Comments

@sagasti
Copy link

sagasti commented Mar 21, 2020

First of all, thanks for sharing, I've been straggling for days to show a page inside a Widget in iOS, Android and Web with the sane code base.
I use a Drawer in the AppBar, when it opens over an EasyWebView it stops responding.
Is there a way to solve this issue?
Thanks in advance.

@sagasti sagasti changed the title Drawer doess not respond when drawn over EasyWebView Drawer does not respond when drawn over EasyWebView Mar 21, 2020
@sagasti sagasti changed the title Drawer does not respond when drawn over EasyWebView Drawer does not respond when drawn over an EasyWebView Mar 21, 2020
@rodydavis
Copy link
Owner

Can you provide some small example code?

@rodydavis rodydavis added bug Something isn't working question Further information is requested labels Mar 22, 2020
@rodydavis rodydavis self-assigned this Mar 22, 2020
@sagasti
Copy link
Author

sagasti commented Mar 24, 2020

Hi, I have to clarify this issue.
It only happens running the app on the Web. It works smoothly on iOS and Android.
I cannot interact with anything that I display over an EasyWebView. It first happened with a drawer, but I when I display a Dialog, same thing happens. I can't interact with anything that I draw over an EasyWebView, the clicks go directly the page I am showing.
Am I clear enough? English, as you may see is not my first language :-)
Any idea on how I can solve this issue?

@rodydavis
Copy link
Owner

Can you check with the latest release? And on the dev or master channel for flutter?

@sagasti
Copy link
Author

sagasti commented Mar 24, 2020

It is still happening with easy_web_view 1.2.0 on channels dev and master.
I have uploaded an app so you can see the problem at http://api-bank.totalneo.com, just use the anonymous login. When you logout a dialog will appear. Do you want me to add a Drawer.

@rodydavis
Copy link
Owner

Gotcha, yeah that is super annoying, I’ll see what I can do to fix that. Maybe I could add a property to disable and enable interaction?

@sagasti
Copy link
Author

sagasti commented Mar 24, 2020 via email

@sagasti
Copy link
Author

sagasti commented Mar 24, 2020 via email

@rodydavis
Copy link
Owner

Working on this branch but still no success:

https://github.com/rodydavis/easy_web_view/tree/scrolling-and-guestures

@d-wolf
Copy link

d-wolf commented Apr 28, 2020

Probably the same issue in the flutter repo flutter/flutter#54027.

@rodydavis
Copy link
Owner

Blocked by the flutter issue

@rodydavis rodydavis added the help wanted Extra attention is needed label Sep 2, 2020
@borjitisss
Copy link

Hello,
I find a way to solve in flutter web.

If you add:

<style type="text/css"> flt-scene-host { pointer-events: auto !important; } </style>

in the head section of web/index.html , the problem solves.

Regards

@rodydavis
Copy link
Owner

rodydavis commented Dec 30, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants