adspace
How to handle mobile browsers/devices events in AngularJS?
Answer Posted / 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 |
Post New Answer View All Answers
How can primeng be used with angular2?
How to enable html5 mode in angular 1.x?
What is the latest version of angular?
Which version you are using js?
How to create angularjs filter which outputs html?
Give the example of angularjs strings?
What is a dynamic route in angularjs and how do you implement it?
How to use primeng in angular 4?
How to implement a datagrid table with angular 2 and primeng?
How an object or function can get a hold of its dependencies?
What is the latest angular?
How to get and log an error in angular 4?
Angularjs dependency injection of value inside of the module.config?