craft.js icon indicating copy to clipboard operation
craft.js copied to clipboard

Mobile-first drag and drop

Open a-tonchev opened this issue 2 years ago • 3 comments

It would be very nice to have a drag&drop on touch devices. This would be needed at mobile-first development.

How should it work? Touch-hold on element, after 1 sek dragging is activated (to prevent drag on swipe screen) , you can move the element on any position.

Is there a way to do this now manually? Thanks for any advices.

a-tonchev avatar Sep 15 '21 07:09 a-tonchev

I'm currently testing this drag-drop polyfill for touch devices. Looks ok so far. https://github.com/timruffles/mobile-drag-drop

lost-valley avatar Apr 01 '22 20:04 lost-valley

@prevwong Is this something that's on the roadmap to be added?

fobos531 avatar Oct 03 '23 14:10 fobos531

Related to https://github.com/prevwong/craft.js/issues/312 and https://github.com/prevwong/craft.js/issues/577

masonbrothers avatar Jan 19 '24 20:01 masonbrothers