The front-end implementation of imitating Alipay my application drag-and-drop problem?

can the front end imitate my Alipay app drag-and-drop? Find the solution

clipboard.png

long press to move and adjust position.

I use the sortable.js plugin , but I can"t drag and drop it on my phone

.
          var el = document.getElementById("items")
          var sortable = new Sortable(el, {
            sort: true,
            animation: 300
          })
Mar.06,2021

you can search for the desired effect on jq22,17sucai. Here are two similar columns

http: / / jqueryui.com/draggable.

Menu