mudcube / Event.js

:hand: Multi-touch, gestures, and other events—click, dblclick, dbltap, tap, longpress, drag, swipe, pinch, rotate, shake. For pointer events, each listener can handle anywhere from 1 to 12 fingers at a time, or more, depending on the device. Includes MetaKey tracking (CMD, CTRL) to support native key-commands in various platforms.
MIT License
368 stars 68 forks source link

"Added non-passive event listener to a scroll-blocking 'touchstart' event" #21

Open stodge opened 6 years ago

stodge commented 6 years ago

I'm getting a warning from Firefox:

 Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952

eventManager | @ | Event.js:290
root.add | @ | Event.js:45

Any plans to address this in the near future? Thanks