i have searched some topics in ionic framework, there they have mentioned the using of angular drag drop module to achieve this functionality, but it didnt worked for me in mobile and emulator, as it is working perfectly in desktop.
please help me asap.
What is probably happening is a conflict between out scrolling and normal drag events.
Try adding data-tap-disabled="true"
to the elements
ok thanks for your reply, i’ll give it a try immediately
hi i tried data-tap-disabled=“true” and scroll=“false” but no change.
1 Like
hey @mhartington finally i got it worked with ngDraggable. Thanks
the mistake was with the order of js files.
1 Like