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

feat: allow draghandle to work for touchscreens when used with polyfill #112

Merged
merged 1 commit into from
Jan 1, 2018

Conversation

andreialecu
Copy link
Contributor

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

Feature

  • What is the current behavior? (You can also link to an open issue here)

I've been able to use this polyfill to enable drag and drop for touch devices:
https://github.com/timruffles/ios-html5-drag-drop-shim

However, when using .drag-handle, there is an Illegal invocation error because the drag handle isn't registered properly on touch screens.

  • What is the new behavior (if this is a feature change)?

Allows the drag handle to be registered properly on a touch start event.

@andreialecu andreialecu mentioned this pull request Dec 30, 2017
@ObaidUrRehman
Copy link
Owner

Thanks @andreialecu . I will publish a new build asap.

@ObaidUrRehman ObaidUrRehman merged commit 0d3ba55 into ObaidUrRehman:master Jan 1, 2018
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