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
{{ message }}
This repository was archived by the owner on Jul 29, 2022. It is now read-only.
Honestly, not sure if either will be necessary since a "click" event has certain sequential requirements that normal touch events don't meet individually: i.e. touchstart, minimal touchmove if any, touchend on the same element (or in very close proximity), and none of the handlers for those call event.preventDefault();... then, and only then will the mousedown, mousemove, mouseup, and click sequence of events be allowed to start..