briangonzalez / jquery.pep.js

👟 Pep, a lightweight plugin for kinetic drag on mobile/desktop
http://pep.briangonzalez.org
1.3k stars 178 forks source link

Console Warning [touchstart event] #207

Open Elratauru opened 7 years ago

Elratauru commented 7 years ago

When ran along jquery-3.2.1.min.js, jQuery shouts a verbose message in Chrome console:

[Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive.

jQuery Ongoing discussion on the matter: https://github.com/jquery/jquery/issues/2871