简体   繁体   中英

Angular Ionic Geolocation App

I need to write an application that will run in the background on Android and IOS that delivery drivers can run on their phones. This application will simply get the driver's current location and send that to our web server every five minutes or so. I wrote this type of app before just as an HTML5 app that ran in a web browser on the phone but of course the minute the driver closes their web browser or moves to a new page in their browser the app stopped working. Would this be different / better as an Angular Ionic app so that it could run in the background without interruption?

Yes, It would definitely be better to run as a hybrid app.

I would recommend this 3h course on Pluralsight website.

http://www.pluralsight.com/courses/building-mobile-apps-ionic-framework-angularjs

It covers GeoLocation, data & caching, mapping and more.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM