-
Notifications
You must be signed in to change notification settings - Fork 786
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto-scroll when draggable goes beyond viewport. #180
Comments
There's an autoScroll setting but it might be a bit buggy as I've neglected it for some time. |
The autoScroll setting seems completely non-functional in touch (mobile/tablet) devices (even when inspecting with Chrome Dev Tools in device mode). Is there any quick fix for this? |
autoScroll should now be working on mobile devices. |
Tested the latest commit, the autoScroll works now on mobile devices. What's your release schedule? |
I don't have access to enough devices to test with to be confident enough to release and I can't say when I will. I would like to think that a release is likely to happen some time within the next two weeks. |
Is there any way to simulate the functionality provided by jQuery UI's auto-scroll (https://jqueryui.com/draggable/#scroll) ?
It would be a great addition.
The text was updated successfully, but these errors were encountered: