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

Fix #440 by listening to event target on mobile #532

Closed
wants to merge 9 commits into from

Conversation

davidchappy
Copy link

I believe this addresses #440 and #9.

The underlying issue with dragging on mobile seems to be related to this issue. This pull request implements this proposed solution, by simply listening to event.target if the event is a mobile event (ie event.touches).

This works in my tests, but obviously open to discussion.

@clauderic
Copy link
Owner

Hey @davidchappy, thanks for submitting this PR. I'm going to close it and re-open as a separate PR as there are too many unrelated changes in this PR.

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