tap event dispatch before change event on chrome mobile and safari ios
Opened this issue · 0 comments
Deleted user commented
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 ?