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

Demo does not work on mobile #33

Closed
winkler1 opened this issue Jan 19, 2015 · 3 comments
Closed

Demo does not work on mobile #33

winkler1 opened this issue Jan 19, 2015 · 3 comments

Comments

@winkler1
Copy link

http://gaearon.github.io/react-dnd/#/dustbin-interesting

... need to initialize React for touch?

@gaearon
Copy link
Member

gaearon commented Jan 19, 2015

It doesn't support touch (at least not yet).
The reason is we're basing on HTML5 Drag and Drop API and no touch browsers implement it.

This is not a hard limitation of this library. I do plan an optional touch backend in the future (see #16 and #16 (comment) for groundlaying work), but since it's not a priority for my main job at the moment, I'm not actively developing that.

If you like the API and feel like doing some work to make it happen, ping me and I can help you get up to speed and give some hints as to how this can be implemented.

@gaearon
Copy link
Member

gaearon commented Jan 19, 2015

Closing this as a duplicate of #16. Feel free to chime in there!

@gaearon gaearon closed this as completed Jan 19, 2015
@winkler1
Copy link
Author

Thanks. Will keep in mind if I work on a dnd project!

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

2 participants