Hey,
i first try to explain what i want to do:
i have an vertical sortable list of items where each item should be draggable after item was long pressed. if no item was long pressed, the hole list of items should be scrollable (also scroll by touch on touch devices).
I listen for mouse/touch/pointer long pressed, and then i create a new Draggable, and call startDrag(e) with the event i received from my lister.
With Mouse Events, all is fine, but with Touch Events, i have the problem that a pointercancel event is called after 7 or 8 pixel dragging a element in one direction and the dragging abort.
Please see my codepen, hold press and drag the red item. you have to use a touch device, or set force touch sensor in chrome devtools.
Has someone an idea?
Best Regards
Chris