I have made a webpage using jsPlumb for dragging of elements which is working fine on desktop browser but not working on android browser It's because jsPlumb is not recognizing touch .
I am using community version of jsPlumb, the structure of my project directory is:
Project:
jsPlumb.min.js
index.html
some images
I'm including jsPlumb.min.js inside my index.html as script src. Also i'm using jsPlumb instance.draggable and instance.droppable for dragging and droping of elements from one container to the other....can someone please suggest me what changes i must include or any package that i can use to make it work on android browser.