-
Notifications
You must be signed in to change notification settings - Fork 14
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
ontouchstart #2
Comments
Mouse events would have to be replaced with touch events, maybe we could introduce/use an abstraction like http://stephband.info/jquery.event.move/ |
That looks good.. It might conflict with the key press functionality, but it looks promising, as it seems to be a drop in replacement for the jquery events. Verstuurd vanaf mijn iPad Op 16 jun. 2013 om 10:50 heeft Sven Meier [email protected] het volgende geschreven:
|
Up ? |
Mapping touch to mouse events seems to be a common topic. Does https://github.com/RushPL/jquery.touch-mouse work? |
How did this go? Did anyone try to see if jquery.touch-mouse works? We have been using wicket-dnd for years - it's a great library. More and more our webapps are being run in browsers on touch devices so I am trying to get drag and drop working on a touch screen. |
Well, I haven't used it yet, as we currently have other priorities. But if anybody made it work, I'd gladly test it! |
Hi,
The drag and drop do not seem to work on the iPad; it there a change wicket-dnd will support these event (see here: http://www.sitepen.com/blog/2011/12/07/touching-and-gesturing-on-iphone-android-and-more/)
The text was updated successfully, but these errors were encountered: