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
Scenario: user pans element with one finger to another place. Then adds second finger and pinches. The GestureEventData.global.scale is then sometimes off because the initial position of the first finger is used in the calculation.
Using the position of the finger when the gesture (pinch) is detected for the first time instead of when the pointer hit the surface for the first time for GestureEventData.global should fix this problem.
The text was updated successfully, but these errors were encountered:
Scenario: user pans element with one finger to another place. Then adds second finger and pinches. The
GestureEventData.global.scale
is then sometimes off because the initial position of the first finger is used in the calculation.Using the position of the finger when the gesture (pinch) is detected for the first time instead of when the pointer hit the surface for the first time for
GestureEventData.global
should fix this problem.The text was updated successfully, but these errors were encountered: