givanz / VvvebJs

Drag and drop page builder library written in vanilla javascript without dependencies or build tools.
https://www.vvveb.com/vvvebjs/editor.html
Apache License 2.0
6.86k stars 1.58k forks source link

drag and drop on touch screen #365

Open mainoxidab opened 4 days ago

mainoxidab commented 4 days ago

how can use drag and drop on touch screen change event ?

givanz commented 3 days ago

Currently there is no touch screen support for drag and drop, there are more changes involved than just using the touch event instead of click.

Because page builders are rarely used on small screens this has low priority.