GoMap
GoMap copied to clipboard
Provide a switch to disable iOS from sleeping after X minutes.
Basically a switch that controls: [UIApplication sharedApplication].idleTimerDisabled = YES;
Would that mean, that my screen stays on unless I press the off button? That would be great :-).
Could it maybe be tight to the fact that I have an active gpx-collection running?
My case is, whenever I am actively mapwalking, I have the GPX running; so I don’t want the screen to turn off unless I manually do so (via hardware button).
Based on comments from other people who have implemented this feature it isn’t 100% reliable.
That’s a good idea to tie it to the GPS being active.