SimpleDragAndDropWithBlazor icon indicating copy to clipboard operation
SimpleDragAndDropWithBlazor copied to clipboard

Add Touch support

Open DashNY opened this issue 6 years ago • 2 comments
trafficstars

Is there a way to add touch support to the demo? I tried hooking up to the ontouchstart or other ontouch... events but Container.Payload is always null. Any idea?

DashNY avatar Oct 24 '19 12:10 DashNY

I've not tried using touch events. I'll have a play around with them as soon as I can and if i get something working I'll update the demo.

chrissainty avatar Oct 25 '19 08:10 chrissainty

@DashNY You need to add the polyfill provided by mobile-drag-drop as mentioned here: https://github.com/Postlagerkarte/blazor-dragdrop#mobile-devices

ViRuSTriNiTy avatar Feb 03 '21 16:02 ViRuSTriNiTy