I am creating angularjs html5 application.
A small query, can we make use of pause\resume events in mobile web application? or answer my query how to check if browser window has focus in "mobile web browser"
I got reference how to check app running in foreground or background in ionic/cordova/phonegap
I am totally unaware if cordova\ng-cordova can be used in mobile web browser, if someone can guide me that will be great help. I want to basically track any event when application is active such as
- phone call is received
- home press button.
All these events I want to track in mobile web browser.