See this blog post. If you call preventDefault on every touchstart then you should also have a CSS rule to disable touch scrolling like
.sortable-handler {
touch-action: none;
}
See this blog post. If you call preventDefault on every touchstart then you should also have a CSS rule to disable touch scrolling like
.sortable-handler {
touch-action: none;
}