Skip to content
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

Can't drag the thumb of an input[type=range] when touch module is included. #755

Open
mirceageorgescu opened this issue May 13, 2013 · 1 comment
Assignees
Milestone

Comments

@mirceageorgescu
Copy link

I made a fiddle to demonstrate this:

http://jsfiddle.net/mirceageorgescu/K6DGD/1/

Check 'Emulate touch events' in chrome dev tools. Or try it on a touch device.

I found that the issue is related to this commit: d945672

60 if (Math.abs(touch.x1 - touch.x2) > 10)
61  e.preventDefault()
@madrobby
Copy link
Owner

See also #786.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants