-
Notifications
You must be signed in to change notification settings - Fork 2k
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
gestures.html adds non-passive event listener to a scroll-blocking 'touchstart' event #4667
Comments
I will need this to be non-passive for browsers that don't support native |
I'm having the same issue, simular issue seems to appear on FireFox as well. |
I get thousands of these messages in my 1.9 app, all originating from within Polymer. I guess they're not from the same file since it's 2.x (right?), though I'm not too sure how to find that out. Is there any hope of getting these messages removed in 1.9 too? |
Hmm, I'm worried about the backwards compatibility with this change given the fact that |
Updated gestures.html with your update, works fine now. T.hanks! |
Hi, when can I expect this fix to be released? I just noticed this issue in chrome lighthouse. |
I have Also "Use passive gesture listeners" section is missing form the Polymer 3 Gesture Events TOC: https://polymer-library.polymer-project.org/3.0/docs/devguide/gesture-events |
It looks like we may need to set setPassiveTouchGestures(true); before importing any elements that may add gesture listeners in its constructor |
This causes chrome to log Violation warnings
The text was updated successfully, but these errors were encountered: