wicket-dnd
wicket-dnd copied to clipboard
ontouchstart
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/)
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:
Mouse events would have to be replaced with touch events, maybe we could introduce/use an abstraction like http://stephband.info/jquery.event.move/
— Reply to this email directly or view it on GitHub.
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!