Sorry for pushing the limits further away but today I’ve found out (thank you Oliver for your hint) that Web Drag & Drop does not work on any touch devices (tablets or smartphones). So I am asking myself how to address these devices. Is it even possible?
It seems possible in JavaScript to show a rectangle or even a picture and move it in mousemove (client side) while the mouse (finger) is down. Then it is a matter of communicating with the web app through a WebSDK control to know when the mouseUp happens to deal with the drop, and hide the rectangle.
The same kind of thing can be done in Xojo as well, but I am afraid it will not be as smooth, as going back and forth between client and server takes time.
Sorry for pushing the limits further away but today I’ve found out (thank you Oliver for your hint) that Web Drag & Drop does not work on any touch devices (tablets or smartphones). So I am asking myself how to address these devices. Is it even possible?[/quote]
As I recall, we did have this working in early versions of the technology, so it should be possible. It’s something we need to review and see why the ability was lost somewhere along the way.
It would be great if someone would file a feature request so we don’t forget about it.