can the front end imitate my Alipay app drag-and-drop? Find the solution
  
 
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
          })