googlearchive / polymer-gestures

84 stars 27 forks source link

Ported flick gesture #92

Open bendavis78 opened 9 years ago

bendavis78 commented 9 years ago

In order to make this work, we needed the timeStamp property from the pointer event, which originally was being lost in the conversion from touch event to pointer event. The first commit fixes that. The 2nd commit is the port from PointerGestures with the necessary changes.

sbmaxx commented 9 years ago

There is also https://github.com/Polymer/polymer-gestures/pull/50