You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently while a VM is running, the iOS device will eventually auto-lock and cause the VM to suspend. In my opinion this should be prevented, the API for this is UIApplication.isIdleTimerDisabled.
Naturally, leaving the screen on and the VM running indefinitely will drain the device's battery. Therefore it might be reasonable to include a setting that controls this behavior (in the Settings bundle?).
The text was updated successfully, but these errors were encountered:
Currently while a VM is running, the iOS device will eventually auto-lock and cause the VM to suspend. In my opinion this should be prevented, the API for this is UIApplication.isIdleTimerDisabled.
Naturally, leaving the screen on and the VM running indefinitely will drain the device's battery. Therefore it might be reasonable to include a setting that controls this behavior (in the Settings bundle?).
The text was updated successfully, but these errors were encountered: