rniemeyer / knockout-sortable

A Knockout.js binding to connect observableArrays with jQuery UI sortable functionality
MIT License
548 stars 128 forks source link

knockout-sortable drag and drop not working in Windows touch devices #205

Open IsharaMadawa opened 3 years ago

IsharaMadawa commented 3 years ago

Using kendo-sortable and its working for drag and drop for all the devices except "Windows touch devices". Tested in Surface pro 3 and HP ElitePad 1000 G2. in Chrome, FireFox and Edge (Chromium based). Also possible to recreate issue using Microsoft Windows Simulator.

you can test this jsfiddle example in windows touch devices http://jsfiddle.net/rniemeyer/AC49j/ (drag and drop feature is not working)

image