Skip to:
Drag and drop inside web application is not working in WAM.
DnD gestures should work with mouse and touch screen.
Test applications:
https://html5demos.com/drag/
http://www.html5tuts.co.uk/demos/drag/
FYI, the implementation based on upstream wayland port,
https://chromium-review.googlesource.com/c/chromium/src/+/1176891
https://chromium-review.googlesource.com/c/chromium/src/+/1218446
https://chromium-review.googlesource.com/c/chromium/src/+/1353040
After verification, it fixes DnD using mouse, but touchscreen DnD is still not working.
Submitted pull requests for Eel. Once they are verified I will land them also in Flounder branch:
https://github.com/webosose/chromium53/pull/5
https://github.com/webosose/meta-agl-lge/pull/23
Drag and drop inside web application is not working in WAM.
DnD gestures should work with mouse and touch screen.
Test applications:
https://html5demos.com/drag/
http://www.html5tuts.co.uk/demos/drag/