You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: