telerik / kendo-react

Issue tracker - KendoReact http://www.telerik.com/kendo-react-ui/
https://kendo-react-teal.vercel.app
Other
211 stars 39 forks source link

[Bug][Sortable] Sorting does not work on mobile #2347

Open filipKovachev opened 4 months ago

filipKovachev commented 4 months ago

I'm submitting a...

Current behavior

Currently, the Sortable component does not work on mobile.

Expected behavior

The Sortable component should work on mobile as it does on desktop

Minimal reproduction of the problem with instructions

  1. Open this example on phone or in responsive tools: https://stackblitz.com/edit/react-xkrqyu-v7ca3e?file=app%2Fapp.tsx
  2. Observe that the sorting does not work.

Reported in Ticket ID: 1656872

silviyaboteva commented 2 months ago

I tested the demo and found a solution. You can sort items if you select one and then drag and drop it. However, mobile devices should follow the same logic, e.g. pressing the item activates it, and dragging is enabled by default.