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
I want to pinch-resize a container element which has child elements in it, no matter where both fingers touch. Pinching works when both fingers touch the container element. But it does not work when one finger touches the container and the other a child element, pinching is not initiated. I'd assume that the touch events bubble up to container and initiate the pinch.
How can I solve it?
The provided codepen is very minimal: it just creates a Moveable with the container element as the target.
Thank you for excellent library! 🙏
The text was updated successfully, but these errors were encountered:
Environments
Description
I want to pinch-resize a container element which has child elements in it, no matter where both fingers touch. Pinching works when both fingers touch the container element. But it does not work when one finger touches the container and the other a child element, pinching is not initiated. I'd assume that the touch events bubble up to container and initiate the pinch.
How can I solve it?
The provided codepen is very minimal: it just creates a
Moveable
with the container element as thetarget
.Thank you for excellent library! 🙏
The text was updated successfully, but these errors were encountered: