geolocation - Check location in background using cordova -


i want check user location in background. example, everyday @ 9am. possible schedule in cordova?

you need use services in android. run in background can killed system if consume lots of memory. in case should not killed.

more information android services


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -