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
Whatever threshold values I set, two finger drag and pinch won't work well with each other. One gesture always been recognized with high error.
Besides, If the pinch is recognized as two-finger drag, or vice versa, the gesture will not correct "on-the-fly". Eg. if your gesture is mistakenly recognized as drag, no matter how much your finger pinches, it stays in the drag mode (which is expected, but I would like a larger threshold before hammer.js makes the decision)
I have a component that I want to recognize gestures on horizontal axis: 1. drag 2. two finger drag 3. pinch
Whatever threshold values I set, two finger drag and pinch won't work well with each other. One gesture always been recognized with high error.
Besides, If the pinch is recognized as two-finger drag, or vice versa, the gesture will not correct "on-the-fly". Eg. if your gesture is mistakenly recognized as drag, no matter how much your finger pinches, it stays in the drag mode (which is expected, but I would like a larger threshold before hammer.js makes the decision)
Please refer to the JSFiddle for demo
The text was updated successfully, but these errors were encountered: