a5hik / ng-sortable

AngularJS Library for Drag and Drop, supports Sortable and Draggable. Supports Touch devices.

Home Page:http://a5hik.github.io/ng-sortable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

view scrolls with drag of item (with longTouch: true)

vTrip opened this issue · comments

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.