Link to home
Start Free TrialLog in
Avatar of ksd123
ksd123

asked on

Double click events in AngularJS

Hi Experts,

We are migrating windows Form application to Single Page Application with responsive web design compatible to different desktop browsers (IE11,IE Edge,FF,chrome) , Android and Ios devices  in both safari and chrome browsers using AngularJS, Material Design and HTML5 technologies. In windows application we have a Form with list of records and if you double click a record it will open a new window / Form   that will show complete details of that record. I want to achieve this functionality using AngularJS.


1) Using AngularJS how can I achieve double click event for ios/android devices  as well as for desktop browsers ? ie. What event I have to use ?

2) How can I open a new window in angularJS that should work across different browsers as well as in  ios/android devices (both safari and chrome browsers) ?  Is there any built-in service available  in angularjs to achieve this ?
ASKER CERTIFIED SOLUTION
Avatar of leakim971
leakim971
Flag of Guadeloupe image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ksd123
ksd123

ASKER

Thank you