G Graeme Mitchell 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 B4X founder Staff member Licensed User Longtime User Mar 1, 2019 #2 Yes: B4X: App.IdleTimerDisabled = True You can set it in Application_Active and disable it in Application_Background. Upvote 0
Yes: B4X: App.IdleTimerDisabled = True You can set it in Application_Active and disable it in Application_Background.