Drag & Drag between lists ionic v1

I want to implement functionality of drag & drop between lists same as given in below link:

https://marceljuenemann.github.io/angular-drag-and-drop-lists/demo/#/simple

I tired this example but it is not working on mobile browsers.

Please share any other example except https://github.com/fatlinesofcode/ngDraggable as it is not working properly.

Have you tried to use the ion-list that ionic provides?

They give the option to support drag + drop.

https://ionicframework.com/docs/v1/api/directive/ionList/