If I scroll a page the currently dragged draggable stays in the same position. This leads to the finger not being above the draggable anymore. Is there any way in which I could update the position of a draggable to the current touch location without removing the draggable functionality?
My setup is rather complicated using iScrolls scrollTo method for Scrolling and jQuery-Ui-Touch Punch for touch support, but this should apply to other cases of draggable and touch/click position-mismatch as well.