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

Fixed touch handling for children inside the pan element #7

Merged
merged 3 commits into from
Feb 17, 2017

Conversation

JulyV
Copy link
Contributor

@JulyV JulyV commented Feb 16, 2017

Touch events for children inside the pan element didn't work. The root cause was e.preventDefault() on dragStart event (it blocked touch event for children), so I moved it to on dragMove and now everything works great.

@rexxars rexxars merged commit c3f7ddd into rexxars:master Feb 17, 2017
@rexxars
Copy link
Owner

rexxars commented Feb 17, 2017

Thanks!

@rexxars
Copy link
Owner

rexxars commented Feb 17, 2017

Released as 1.0.9

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

Successfully merging this pull request may close these issues.

2 participants