Ionel Dan Blaguiescu
Ionel Dan Blaguiescu
The issue is caused by some browsers triggering 2 or multiple move events immediately after touch start and that triggers ._touchMoved = true, that stops execution on click event in...
one other solution (hack of a hack) is to check distance traveled on mouse move and trigger click if 0...but that might be trickier and costly to pull...
it works, see my comments in https://github.com/furf/jquery-ui-touch-punch/issues/306
it might be linked to the issue with the no click events, see my comments in #306