6

I am working on Angular JS draggable directive. My code is similar to this Plunker

Both my code and this plunker work perfectly on windows when operating with mouse. But on any tab where touch is involved it is not working at all. what might be the reason behind this? any idea how to make it work?

Aditya Ponkshe
  • 3,840
  • 4
  • 39
  • 58

1 Answers1

4

A directive was implemented to control touch events, it is ngTouch. You can find more information here:

http://docs.angularjs.org/api/ngTouch

I additionally I think this post can be helpful:

Javascript Drag and drop for touch devices

Community
  • 1
  • 1
Dalorzo
  • 19,834
  • 7
  • 55
  • 102