G Graeme M itchell Member Licensed User Feb 28, 2019 #1 Is there a way that when the app is in focus and running it will disable the auto-lock that is set in the Display and Brightness in IOS?
Is there a way that when the app is in focus and running it will disable the auto-lock that is set in the Display and Brightness in IOS?
Erel Administrator Staff member Licensed User Mar 1, 2019 #2 Yes: B4X: App.IdleTimerDisabled = True You can set it in Application_Active and disable it in Application_Background.
Yes: B4X: App.IdleTimerDisabled = True You can set it in Application_Active and disable it in Application_Background.