-
Notifications
You must be signed in to change notification settings - Fork 569
Closed
Labels
staleauto labeled abandoned issues after a period of inactivityauto labeled abandoned issues after a period of inactivity
Description
Environment:
- Plugin version: "^0.5.0-alpha.42"
- Platform: Android
- OS version: 6.0.1
- Device manufacturer and model: Simulator Nexus 6 API 23
- React Native version: 0.55.2
- Plugin configuration options:
BackgroundGeolocation.configure({
desiredAccuracy: BackgroundGeolocation.HIGH_ACCURACY,
stationaryRadius: 1,
distanceFilter: 0,
debug: false,
startOnBoot: false,
stopOnTerminate: true,
notificationsEnabled: false,
locationProvider: BackgroundGeolocation.DISTANCE_FILTER_PROVIDER,
interval: 1000,
fastestInterval: 1000,
activitiesInterval: 1000,
stopOnStillActivity: false
});
Hello, I am having issues with location information lagging on Android, when I change location in android simulator it can take up to 10seconds to location change on screen. I am using map and 2 dots on it, one dot is react-native location and second is react-native-background-geolocation. On iOS everything works fine, background, foreground is working, location updates are fast, but android not so great.
Metadata
Metadata
Assignees
Labels
staleauto labeled abandoned issues after a period of inactivityauto labeled abandoned issues after a period of inactivity