interact.js
interact.js copied to clipboard
is there a way to customize event capture or event bubbling?
example: On a wrapper zoomBox that can be zoomed with two fingers, there is a draggable dragBox. How can I scale the zoomBox instead of dragging the dragBox When I zoom my two fingers on dragBox?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
There currently isn't a way to do this. I'll think about it.