-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Scrolling after dragging item on mobile #18
Comments
@ricardosimoes can you tell me which mobile devices and which mobile browser were used? |
I think that it's not specific to a mobile device or browser. But I tested in a Samsung Galaxy S4 (android browser), iPhone 5s (chrome) and after this failed I also tested on Chrome browser in a desktop using the "Device tool" in the "Inspect" of DevTools (tested iPhone 4). In the desktop the scroll wheel still functioned but the drag didn't. |
@ricardosimoes thanks for reporting. I'll try to investigate it soon. |
@ricardosimoes sorry for not responding for long time. I've added a scroll functionality to Dragster.js in the latest version. I've introduced a new property to Dragster.js object - |
Hi, on mobile when I drag one element to another place and then i try to scroll the page it doesn't scroll. From the tests I made it also happens on the demo page. Do you have any idea why this happens?
The text was updated successfully, but these errors were encountered: