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
On touchscreen only
Be able to switch from draggable to gesturable behavior during inertia-induced animation.
When an object is moved with a finger, with inertia, we should be able to add a second finger and switch to gesturable to rotate/scale the object.
Actual behavior
On touchscreen only
When you stop moving a div with one finger (draggable), or add another finger between drag, inertia prevents gesturable manipulation (scale/rotate). You have to wait for the inertia animation to finish before you can manipulate the object in gesturable mode (width dual touch).
System configuration
interact.js version : 1.10.21 (and previous versions)
Chrome v119 and Firefox v119
Windows 11
The text was updated successfully, but these errors were encountered:
https://codepen.io/Vincent_mgd/pen/BaMrodL
Expected behavior
On touchscreen only
Be able to switch from draggable to gesturable behavior during inertia-induced animation.
When an object is moved with a finger, with inertia, we should be able to add a second finger and switch to gesturable to rotate/scale the object.
Actual behavior
On touchscreen only
When you stop moving a div with one finger (draggable), or add another finger between drag, inertia prevents gesturable manipulation (scale/rotate). You have to wait for the inertia animation to finish before you can manipulate the object in gesturable mode (width dual touch).
System configuration
interact.js version : 1.10.21 (and previous versions)
Chrome v119 and Firefox v119
Windows 11
The text was updated successfully, but these errors were encountered: