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
I am using Sortable 1.14.0. I downloaded the min.js file from github and added it to my html5 page.
Describe the bug
When I view my website on my desktop the sorting works fantastic. When I switch to responsive mode in my browser and then make my website the same width as my phone, reload the page then the sorting doesn't work anymore. I can confirm this with my phone. When I view the same page with my phone then the sorting doesn't work. I can drag an element however none of the other elements move. So it works on desktop mode and not n any device that is as narrow as a phone.
To Reproduce
Create a bootstrap 5 modal using the followng code:
I've actually had great success with SortableJS on mobile. Have you tried to strip the unnecessary code from your example (I.E. remove bootstrap and/or the modal)? If you still have the error it will at least be easier to reproduce for those trying to help, and if not then pin pointing the problem is easier too
I am using Sortable 1.14.0. I downloaded the min.js file from github and added it to my html5 page.
Describe the bug
When I view my website on my desktop the sorting works fantastic. When I switch to responsive mode in my browser and then make my website the same width as my phone, reload the page then the sorting doesn't work anymore. I can confirm this with my phone. When I view the same page with my phone then the sorting doesn't work. I can drag an element however none of the other elements move. So it works on desktop mode and not n any device that is as narrow as a phone.
To Reproduce
Create a bootstrap 5 modal using the followng code:
Start the sorting with the following javascript:
Expected behavior
I expect the sorting to work on desktop and on phone.
The text was updated successfully, but these errors were encountered: