question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

IOS background - position changing very slowly?

See original GitHub issue

Hi! This is more of a question on how to get as exact positions as possible when running in background on IOS (9.3). I do get regular position updates, but they change very slowly. Android works very well. So I wonder if someone have any hints on what to change or add?

I use these settings:

         desiredAccuracy : 10
         stationaryRadius : 20,  
         distanceFilter : 30,
         startForeground : false,
         interval : 60000, // Android
         locationProvider : <User can switch between both options>, // Android
         activityType : <I have tried the 4 different options>
         pauseLocationUpdates : false, // IOS
         saveBatteryOnBackground : false // IOS

Cheers -jo2

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:16 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
kristfalcommented, Oct 24, 2016

Reduce distanceFilter. If that doesn’t give you short enough intervals, see #185. You might want to test the PR mentioned in that issue as well.

0reactions
mauron85commented, Nov 21, 2017

Notice: this issue has been closed because it has been reported for branch 2.x or later. It could be already fixed in v3 or is not relevant anymore. You may reopen this issue if it has been closed in error.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Background-Attachment: Fixed Doesn't Work On iOS
I am not sure if this will help I found a general solution for Background Position Fixed on iOS. And it works really...
Read more >
How to Speed Up Background Images - WP Speed Matters
Why are Background Images Slow? ... How to Speed Up Background Images? Use IMG tag with object-fit; Preload background image; IMG tag with...
Read more >
Tips to Speed Up Slow iPhone or iPad - Techbout
You can Speed up Slow iPhone or iPad by Clearing Cache, Disabling Background App Refresh, Offloading unused apps, Reducing Motion and others steps....
Read more >
Adjust how iPhone responds to your touch - Apple Support
Go to Settings > Accessibility > Touch, then tap Haptic Touch or 3D & Haptic Touch. Choose the touch duration—Fast or Slow. On...
Read more >
Fix scrolling performance with CSS will-change property
I recently saw Paul Lewis' screencast demonstrating how trivial it can be to fix a particular kind of performance issue caused by scrolling....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found