t2t2 / obs-tablet-remote

Tablet optimised OBS Remote
http://t2t2.github.io/obs-tablet-remote/
MIT License
424 stars 129 forks source link

Support wakelock API: https://web.dev/wakelock/ #78

Open stapelberg opened 4 years ago

stapelberg commented 4 years ago

Hey,

thanks for this web app!

I noticed that my phone is turning off its display while the app is open, which I want to avoid.

AFAICT, the recently-introduced https://web.dev/wakelock/ can help with that.

t2t2 commented 4 years ago

Like most other powerful web APIs, the Screen Wake Lock API is only available when served over HTTPS.

Blocked by #14 / Palakis/obs-websocket#26