wicket-dnd icon indicating copy to clipboard operation
wicket-dnd copied to clipboard

ontouchstart

Open RobAu opened this issue 11 years ago • 6 comments

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

RobAu avatar Jun 13 '13 12:06 RobAu

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

svenmeier avatar Jun 16 '13 08:06 svenmeier

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.

RobAu avatar Jun 16 '13 20:06 RobAu

Up ?

romainbiard avatar Nov 02 '13 23:11 romainbiard

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

svenmeier avatar Nov 05 '13 14:11 svenmeier

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.

chrisco484 avatar Jan 14 '19 11:01 chrisco484

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

d2a-raudenaerde avatar Jan 14 '19 12:01 d2a-raudenaerde