How to handle mobile browsers/devices events in AngularJS?
Answer / Chetendra Kumar
AngularJS provides the ngTouch module for handling touch events on mobile devices. First, include the angular-touch.js file, then add ng-touch as a module in your application. You can then use directives like ng-click-tap and ng-show-hide-tap for click and show/hide functionality respectively.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the advantages of AngularJS?
What is linking function? What are post linking and pre-linking functions?
What classes should I not add to module's declarations in angular 4?
What is components in angular?
Is react easier than angular?
What is directive role?
Do you know what is services in angular.js?
What is provider in angular 2?
In angular, describe how will you set, get and clear cookies?
How do we display errors in a component view with angular 2?
What is share module?
What is traceur compiler? Why in angular 2?