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

Event.js pinch doesn't work with Chrome on Android? #8

Closed stodge closed 10 years ago

stodge commented 10 years ago

I'm having difficulties getting pinch to work on Chrome on a Samsung tablet. It looks like the pinch gestures are detected as drag events. Is anyone else seeing this? Thanks

stodge commented 10 years ago

My mistake, sorry.