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
On some platforms such as iPhone there is no way to set a global wake lock to stop the device from dimming / turning off / locking the screen while using the chasemapper web interface. This is a problem.
On some platforms such as iPhone there is no way to set a global wake lock to stop the device from dimming / turning off / locking the screen while using the chasemapper web interface. This is a problem.
Reportedly nosleep.js works on iOS: https://github.com/richtr/NoSleep.js
There is also a standardized wakelock API, currently in experimental status but supported by a few platforms:
https://caniuse.com/?search=wakelock
https://developer.mozilla.org/en-US/docs/Web/API/WakeLock
The text was updated successfully, but these errors were encountered: