MehdiChelh / dash-draggable

Dash components for building draggable and resizable grid layouts. Based on the well-known STRML/react-grid-layout.
MIT License
56 stars 12 forks source link

Experience on touchscreens #1

Open MehdiChelh opened 3 years ago

MehdiChelh commented 3 years ago

The CSS classes 'item', 'item-top', 'item-top-content' and/or the 'onTouch*' events should be modified for a better experience on touchscreens.

Current behaviour : the items are dragged when the user touches anywhere on the cards

Expected behaviour : the items are only dragged when the user touches the top of the cards

MarcoV10 commented 1 year ago

Solving this will be nice ! Aiming to extend usability on a touch screen.
Leaving an input text in a child element is impossible to edit in a touch screen. Works perfectly in a pc