I've been experimenting with an Angular JS draggable directive. The code I'm using closely resembles the one in this Plunker example.
While everything runs smoothly on Windows when using a mouse, I've encountered issues with touch-enabled devices like tablets. It seems that the functionality completely breaks down on these devices. Any insights on what could be causing this problem? And any suggestions on how to fix it?