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?
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?
Share Improve this question asked Jan 2, 2014 at 12:07 Aditya PonksheAditya Ponkshe 3,9104 gold badges42 silver badges58 bronze badges 1- 1 Hey did you manage to make it work? If so an example would be great! – w0ns88 Commented Apr 5, 2017 at 12:19
1 Answer
Reset to default 4A directive was implemented to control touch events, it is ngTouch. You can find more information here:
http://docs.angularjs/api/ngTouch
I additionally I think this post can be helpful:
Javascript Drag and drop for touch devices