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
Is it possible to add support for panning while swiping the screen/touchpad with two fingers?
I believe (going off of a brief overview of the touchmoveHandler and panStartHandler) finding a threshold for deltaY to determine a pinch or a linear movement between the touches with a constant distance for two finger touches should make it feasible.
The text was updated successfully, but these errors were encountered:
Is it possible to add support for panning while swiping the screen/touchpad with two fingers?
I believe (going off of a brief overview of the
touchmoveHandler
andpanStartHandler
) finding a threshold for deltaY to determine a pinch or a linear movement between the touches with a constant distance for two finger touches should make it feasible.The text was updated successfully, but these errors were encountered: