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
7.3k stars 1.66k forks source link

drag and drop on touch screen #365

Open mainoxidab opened 4 months ago

mainoxidab commented 4 months ago

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

givanz commented 4 months 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.