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

Touch support #15

Closed
patik opened this issue Feb 19, 2015 · 8 comments
Closed

Touch support #15

patik opened this issue Feb 19, 2015 · 8 comments

Comments

@patik
Copy link

patik commented Feb 19, 2015

This would be fantastic for certain views on mobile devices (i.e. the way you can reorder many UITableViews in iOS). Would it be possible to bind to touchstart, touchmove, etc as well as the mouse-dragging events?

@danielstocks danielstocks mentioned this issue Apr 8, 2016
@ladas-larry
Copy link
Collaborator

Working on that

@oyeanuj
Copy link

oyeanuj commented Jun 10, 2016

@Dharmoslap Is this still on the block?

@ladas-larry
Copy link
Collaborator

I was trying find some hack for it, but would be better to wait for mobile browser support.
If you have some idea, you can check a code and try to implement it.

@ladas-larry
Copy link
Collaborator

The problem is that dragOver event e.currentTarget is different for dektop and for touch.

@oyeanuj
Copy link

oyeanuj commented Jul 7, 2016

@Dharmoslap I see. Could you clarify what are you referring to here -

better to wait for mobile browser support

@danielstocks
Copy link
Owner

I think it's more complicated than that unfortunately: here's a discussion regarding what they had to do for react-dnd to make it work: react-dnd/react-dnd#16

@danielstocks
Copy link
Owner

TLDR: I think they are not using HTML5 drag and drop API on touch because it was not working very good, so they wrote a custom drag drop API for touch devices.

@ximex
Copy link

ximex commented Jan 19, 2017

Any updates here?

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

No branches or pull requests

5 participants