Yeah, I just did more testing and confirmed that in order to disable the native touch-scrolling (which is necessary, otherwise the entire page will move when you try touch-dragging the Draggable), preventDefault() must be called on the touchstart event, but doing so ALSO prevents native pinch-zooming. So the way touch events are implemented in the browser, it's forcing us to choose one or the other. Can't do both. Pretty frustrating, I know.    If anyone knows of a workaround, please let us kn
    • Like
    1