react-sortable-tree icon indicating copy to clipboard operation
react-sortable-tree copied to clipboard

Mobile/Touch Support

Open parsagholipour opened this issue 2 years ago • 1 comments

I tried this according to this doc:

import { DndProvider } from 'react-dnd'
import { TouchBackend } from 'react-dnd-touch-backend'

<DndProvider backend={TouchBackend}>
    <SortableTreeWithoutDndContext ... />
</DndProvider>

but didn't work. I realized SortableTreeWithoutDndContext renders like SortableTree without any wrapping dnd context.

parsagholipour avatar Feb 08 '23 10:02 parsagholipour

My fork does not support react-dnd-touch-backend. Maybe someday it will be implemented.

nosferatu500 avatar Mar 04 '23 07:03 nosferatu500