Thanks again for your help. I got it working by using the following code in the init function of the index page. The $scope.$apply(); was key. document.addEventListener( "deviceready", function() { document.addEventListener( "pause", function() { Apperyio.navigateTo("loginSc...
I need to navigate back to a login screen whenever the user switches back to my app, or minimizes it then opens the app again (via the home button on iOS for instance). I know that Phonegap has a "resume" event that I can use, but for the life of me I can't figure out where I can add the a...
We're hoping to write a clinical application using appery.io to work both on tablets (for patients and medical assistants) and browsers (for nurses/PAs/doctors). As a patient moves through the clinic we need to have each medical provider's screen (whether on the tablet or browser) automatically do a...