Get location in Ionic/Cordova app when in background
Ionic Framework I’ve recently implemented a feature like this in my project. I did use Ionic and I did use the Cordova plugin background mode from Katzer. (right now I’m running the background process through the iOS 9.2 simulator). Here’s a code snippet to get it working: // Run when the device is ready document.addEventListener(‘deviceready’, … Read more