IOS background - position changing very slowly?
See original GitHub issueHi! 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:
- Created 7 years ago
- Comments:16 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.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.