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
This issue is related to the previously reported one. In PR #312, there was added a precheck for event.cancelable in the touchend event handler.
Currently, there are two points:
The touchmove event handler is subject to the same problem (see in the screenshot below). It needs to be patched the same way as it was done for touchend.
This issue is related to the previously reported one. In PR #312, there was added a precheck for
event.cancelablein thetouchendevent handler.Currently, there are two points:
touchmoveevent handler is subject to the same problem (see in the screenshot below). It needs to be patched the same way as it was done fortouchend.Pull request for this: #362