ios icon indicating copy to clipboard operation
ios copied to clipboard

Does move mode only works in foreground?

Open philipb232 opened this issue 3 years ago • 2 comments

Does the following, from the iOS move mode documentation, mean that the move mode only works when the app is in foreground or does it mean that if the app is in foreground it always is in move mode?

"Please note, move mode is active when the app is active (a.k.a in foreground)."

philipb232 avatar Jul 12 '22 16:07 philipb232

The app is only in move mode if you switch it to move mode; this doesn't occur automatically. As such it means move mode works when the app is in the foreground, if move mode is enabled.

jpmens avatar Jul 12 '22 17:07 jpmens

@philipb232 you are right: The sentence from the booklet you refer is a bit unclear.

"Please note, move mode is active when the app is active (a.k.a in foreground)."

The answers to your questions are:

  • No, Move Mode works in background and foreground
  • No, even if the app is in foreground, the Mode remains as selected

When in foreground displaying the map, the map view itself uses high frequency location updates.

ckrey avatar Aug 02 '22 13:08 ckrey