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 has been archived by the owner on Oct 8, 2021. It is now read-only.
Expected:
shouldn't ever trigger a swipe left or right event, because you are using TWO fingers. That makes it obvious that it is not a swipe gesture
Observed:
sometimes randomly triggers a swipe event while you are pinch-zooming.
I'm under the impression that you're just testing for a touch event doing a drag motion of a length and/or speed above a certain threshold, regardless of whether there are other touch points at the same time.
Instead, you should add the condition that the finger touching and dragging is the only finger present.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Example code:
And the viewport metatag in the html:
Steps to reproduce:
Expected:
shouldn't ever trigger a swipe left or right event, because you are using TWO fingers. That makes it obvious that it is not a swipe gesture
Observed:
sometimes randomly triggers a swipe event while you are pinch-zooming.
I'm under the impression that you're just testing for a touch event doing a drag motion of a length and/or speed above a certain threshold, regardless of whether there are other touch points at the same time.
Instead, you should add the condition that the finger touching and dragging is the only finger present.
The text was updated successfully, but these errors were encountered: