How do I disallow scrolling only after a user holds down on an element on mobile?
I want the user to be able to touch and hold an element to drag it around the page. During the drag, I want to prevent scrolling. However, I want scrolling to remain as normal if the user does not hold their finger long enough for dragging to start.