After upgrading from 2019.2.619 to 2020.1.406 the sortable cannot be scrolled any more on mobile devices (just via wiping up and down on the screen)
I have prepared a dojo example which shows the main parts of our dashboard:
- the first widget is fixes (not draggable)
- the following widgets can be dragged to another position by grabbing the arrows icon (this still works)
- wiping up and down on the screen does not work (or only when your finger touches the space in between the widgets).
this behaviour was not there in previous version. Wiping was possible on every position on the screen (apart from the drag handler)
https://dojo.telerik.com/IXESoCEM
We were able to reproduce this on a Samsung Galaxy S10+ with Android 10 and Firefox latest version. Also on a Huawei P30 with Android 10 and Chrome, latest version and Apple SE XS iOS 13.5.1
Hi Alex,
thanks for the information. Appreciated :-)
Best
Jürgen
Hi, Jürgen,
Thank you for reporting this.
Just adding a quick note here for the GitHub issue in case anyone else would like to follow the outcome:
https://github.com/telerik/kendo-ui-core/issues/5881
As a workaround, one can programmatically remove the added style touch-action:none that is applied to the element
$("#sortableElementID").removeAttr("style");
Kind Regards,
Alex Hajigeorgieva
Progress Telerik