-
The DndContext documentation states that only the Pointer and Keyboard sensors are enabled by default. Why isn't Ideally, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Touch devices are supported out of the box via the Pointer sensor. Pointer events are designed to create a single DOM event model to handle pointing input devices such as a mouse, pen/stylus or touch. The |
Beta Was this translation helpful? Give feedback.
Touch devices are supported out of the box via the Pointer sensor.
Pointer events are designed to create a single DOM event model to handle pointing input devices such as a mouse, pen/stylus or touch.
The
TouchSensor
is available if you need to support browsers that don't have support for Pointer events or if you'd like different activation constraints for touch devices than mouse devices.