Sortable icon indicating copy to clipboard operation
Sortable copied to clipboard

[bug] On an iPhone Safari with the new iOS 17.4 the onFilter function does not work

Open hairywolf007 opened this issue 1 year ago • 0 comments

Hello, on an iphone with the new version of iOS 17.4 onFilter function stopped working. On devices running iOS 17.3 and below works fine. The issue only affects iOS 17.4.

Our use: new Sortable(gridFoto, { forceFallback: true, fallbackOnBody: true, delay: 60, delayOnTouchOnly: true, animation: 200, ghostClass: "sortable-ghost", chosenClass: "sortable-chosen", dragClass: "sortable-drag", filter: '.pod-foto-list-rotate, .pod-foto-list-trash', onFilter: function (evt) { // the rest of the code }, onEnd: function (evt) { // the rest of the code } });

Please can you look into it and solve it? Thank you.

Best regards. Michal

hairywolf007 avatar May 17 '24 11:05 hairywolf007