We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I got this during the diagnostics from the Chrome Lighthouse.
Consider marking your touch and wheel event listeners as passive to improve your page's scroll performance. Learn more.
passive
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
wheelPreconditions() can call preventDefault().
Hammer.js (for touch events) also can call preventDefault(). Don't know if CSS touch-action + touchAction = auto would be a future possibility.
Maybe all this doesn't matter with latest browsers if they default these events to passive, anyway.
fixed by #856
No branches or pull requests
I got this during the diagnostics from the Chrome Lighthouse.
The text was updated successfully, but these errors were encountered: