googlearchive / polymer-gestures

84 stars 27 forks source link

Missing clientX and clientY for tap event. #70

Open steida opened 10 years ago

dfreedm commented 9 years ago

The x and y properties of the tap are equivalent and equal to clientX and clientY of the up event that generates the tap.

https://github.com/Polymer/polymer-gestures/blob/master/src/tap.js#L78-L79