You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
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 ?