svenmeier / wicket-dnd

Wicket drag-and-drop
20 stars 14 forks source link

ontouchstart #2

Open RobAu opened 11 years ago

RobAu commented 11 years ago

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/)

svenmeier commented 11 years ago

Mouse events would have to be replaced with touch events, maybe we could introduce/use an abstraction like http://stephband.info/jquery.event.move/

RobAu commented 11 years ago

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 notifications@github.com 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.

romainbiard commented 10 years ago

Up ?

svenmeier commented 10 years ago

Mapping touch to mouse events seems to be a common topic. Does https://github.com/RushPL/jquery.touch-mouse work?

chrisco484 commented 5 years ago

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.

d2a-raudenaerde commented 5 years ago

Well, I haven't used it yet, as we currently have other priorities. But if anybody made it work, I'd gladly test it!