googlearchive / polymer-gestures

84 stars 28 forks source link

tap event dispatch before change event on chrome mobile and safari ios #90

Open lmagne opened 9 years ago

lmagne commented 9 years ago

The tap event listened on mobile (chrome or safari) is disptached before the change event.

The reason seems to be the focus is dispatch only after the touchend (between the mousedown and the mouseup). Is it possible to keep the change event before the up gestureEvent or not ?