GPS position when mobile app is in background (with ionicframework)
问题 I need to realize an app that store user journey (path) when he moves from A to B. Now, I know that ionicframework can use GPS, but what happen when my APP go to background ? How can my app continue to store user position ? Is this possible ? Are there plugins (not $600+ please) that I can use ? 回答1: I just finished writing a new cordova background geolocation plugin for ios and android, its free and simple! try it out: https://github.com/pmwisdom/cordova-background-geolocation-services Ionic