angular-sortable-view
angular-sortable-view copied to clipboard
Scrolling when on Mobile not working
Hi,
Firstly Great plugin, really transformed a section of my application.
The re-ordering works as expected and scrolls when trying to drag past the boundries of its container... However on touch devices... the container will not scroll.
Could you advise why this may be?
Thanks in advance.
Please provide some solution on same.
When we drag outof from boudries it's not scrolling in web, could advice why this happening in your plugin??
Have a look at my fork, this issue is fixed there: https://github.com/FDIM/angular-sortable-view/tree/FDIM-patch-1
@FDIM - Thanks FDIM. That fixed the issue for me.
@FDIM Thanks for the fork. I was banging my head against the wall trying to get autoscrolling working properly. Your forked changes work flawlessly. Much appreciated.