ng-sortable
ng-sortable copied to clipboard
view scrolls with drag of item (with longTouch: true)
I have defined longTouch: true
Now when touch and holding, the following occurs:
- the item touched (source item) drops below the bounds of the view
- when dragging the item, the view scrolls along with the drag
This occurs on both mobile device (iOS) and in browser (Chrome)
Any thoughts? Perhaps there is a fix in the works.
Apologies for duplicate issue, neither of the other issues seemed to solved this problem for me. #141 #98
On Android longTouch: true doesn't even wait, as soon as I scroll it moves the item.