Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Mobile/Touch Support #42

Open
parsagholipour opened this issue Feb 8, 2023 · 1 comment
Open

Mobile/Touch Support #42

parsagholipour opened this issue Feb 8, 2023 · 1 comment

Comments

@parsagholipour
Copy link

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.

@nosferatu500
Copy link
Owner

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants