-
Notifications
You must be signed in to change notification settings - Fork 149
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
Horizontal drag control breaks vertical content scrolling on touch devices #12
Conversation
Hi @w0rm, I am aware of this issue, it has been raised before. It's kind of sensitive since it involves different behavior between desktop and mobile events. While I won't merge it in master yet because it doesn't have tests and I haven't thought enough about it, I started a branch for this issue and managed to solve it. Please try it out and let me know if it works how you expect it. Source here: https://raw.github.com/skidding/dragdealer/3f31152ef0acf8e25b0b5d69fcaba6439c9b56c5/src/dragdealer.js |
@skidding Thanks! I've just updated it on my website and it seems to work as expected. |
Hello,
I'd like to thank you for this plugin, I've been a huge fan of it since the first release and used it in a couple of projects!
I used two dragdealers to implement image gallery (http://en.cafe.nov.ru/briosh) and ran into problem on touch screen devices where it breaks vertical scrolling of the page. I've just checked demo of the new version, and I'm still unable to scroll the page after I tap on dragdealer. It's a huge usability concern that would be nice to solve.