Completed
Last Updated: 16 Dec 2021 12:04 by ADMIN
Imported User
Created on: 17 Feb 2017 03:11
Category: Drag and Drop
Type: Feature Request
1
Fix touch drag and drop on Chrome 56+.
Chrome 56 has a breaking change that impacts Kendo's drag and drop widget: https://developers.google.com/web/updates/2017/01/scrolling-intervention
The fix seems trivial - a CSS rule like "div[data-role=draggable] { touch-action: none; }".
2 comments
Imported User
Posted on: 21 Feb 2017 05:12
this breaks pinch-zoom functionality
ADMIN
Petyo
Posted on: 17 Feb 2017 09:30
I think that we fixed that - the demo works as expected:

http://demos.telerik.com/kendo-ui/dragdrop/index 

Did you upgrade to the latest version?