GoMap icon indicating copy to clipboard operation
GoMap copied to clipboard

Provide a switch to disable iOS from sleeping after X minutes.

Open bryceco opened this issue 6 years ago • 2 comments

Basically a switch that controls: [UIApplication sharedApplication].idleTimerDisabled = YES;

bryceco avatar Mar 13 '20 22:03 bryceco

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).

tordans avatar Jun 12 '20 00:06 tordans

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.

bryceco avatar Jun 12 '20 01:06 bryceco