I have a draggable defined this way:
$(\"#drag_area a\").live(\"mouseup\", function() { var object = $(this); var class_array = $(this).attr(\"class
I solved that problem with one line of css on dragging element touch-action: none;
touch-action: none;