Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hairywolf007 opened this issue May 17, 2024 · 0 comments

Comments

@hairywolf007
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant