cordova-background-geolocation-services icon indicating copy to clipboard operation
cordova-background-geolocation-services copied to clipboard

Background Geolocation For Android and iOS

Results 36 cordova-background-geolocation-services issues
Sort by recently updated
recently updated
newest added

We're currently using the cordova-background-geolocation-services plugin within OutSystems (https://www.outsystems.com/forge/component/1623/background-location-plugin/). So far this is working out well for us, however on Android devices we see different behaviour when compared to iOS...

after a bunch of testing i've came to the conclusion that turning off the accelorometer seems to do nothing. i still get updates around a set interval if i lay...

Is there a way to tweak iOS activity detection sensitivity? My phone keeps going in and out of stationary mode every time I touch it when it's laying on the...

enhancement
Android
iOS

Hi Paul! I went through your repositry and installed the plugin via cli as shown below ![screenshot_2](https://user-images.githubusercontent.com/12672971/31170733-b1b3d5d0-a916-11e7-8f3b-8f3222161cab.png) every thing went well and then i pasted your code in my index.html...

Is there a way to send location data to backend while the app is in background ?

How to get geolocation not only in "background mode"?

It would be really cool if one could optionally make each callback include arrays of accelerometer and compass info since the last callback, the additional info would be very useful...

Hi, I've set the following configuration, which is currently retrieving the location every 5 minutes. `bgLocationServices.configure({ desiredAccuracy: 50, distanceFilter: 700, debug: true, interval: 300000, useActivityDetection: false, notificationTitle: 'BG Plugin', notificationText:...

First, great plugin, we could add geolocation functionality in no time. I was wondering if there is a way to disable allow notification permission alert on iOS. I'm currently running...

enhancement
iOS