matthias-vogt / legitRipple.js

Material Design ripples with jQuery

Home Page:https://matthias-vogt.github.io/legitRipple.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mouse events on laptops with touch support don't work

matthias-vogt opened this issue · comments

Currently, touch events are handled by detecting whether the device is touch-compatible when .ripple() is called and filters touch and mouse events to only let one of them through. This breaks touch laptops which are detected as touch devices but can also emit mouse events.