Absolute dragmode (with grapesjs touch plugin) does not work on touch devices.
GrapesJS version:0.15.8
Expected behavior:
The user should be able to move components using drag and drop on touch screens as well.
Current behavior:
The user can drag and drop a block just fine.
If the user wants to move the dropped component by dragging, it looks like the drag is started(style changed) but the component does not move.
It can be reproduced in the demo as well:
https://jsfiddle.net/v9kecdpz/
Steps to reproduce:
- Open the demo (included jsfiddle with grapesjs touch plugin)
- Drag a block into the canvas(or use an existing one)
- Try to move the component by dragging
Tested on:
Android Tablet
Ipad 2019, IOS 13
Chrome browser was used for testing.
It is most likely not a device/OS specific issue. I am suspecting missing touch events.
Absolute dragmode (with grapesjs touch plugin) does not work on touch devices.
GrapesJS version:0.15.8
Expected behavior:
The user should be able to move components using drag and drop on touch screens as well.
Current behavior:
The user can drag and drop a block just fine.
If the user wants to move the dropped component by dragging, it looks like the drag is started(style changed) but the component does not move.
It can be reproduced in the demo as well:
https://jsfiddle.net/v9kecdpz/
Steps to reproduce:
Tested on:
Android Tablet
Ipad 2019, IOS 13
Chrome browser was used for testing.
It is most likely not a device/OS specific issue. I am suspecting missing touch events.