[Seaside] Drag drop on i-Phone

Lukas Renggli renggli at gmail.com
Sat Nov 21 11:51:21 UTC 2009


> I found that the drag drop d'ont work on it.
>
> Anyone have idea about this problem ?

Check the Apple Documentation on Safari Mobile:

   http://developer.apple.com/safari/

Safari on the iPhone (as well as other WebKit based browsers on other
mobile devices) use a slightly different set of events than
traditional desktop web browsers. Typically mouse-move events do not
exist on such devices, because there is no such thing as a single
mouse pointer position.

You probably need to use a special library that supports drag and drop
based on touch events.

Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the seaside mailing list