jamestomasino / stutter

RSVP for browsers
https://addons.mozilla.org/en-US/firefox/addon/stutter/
GNU General Public License v3.0
135 stars 11 forks source link

Screen Wake Lock API #80

Closed jamestomasino closed 3 years ago

jamestomasino commented 3 years ago

Add wake lock while running. Feature not yet supported in FF, so be sure to use feature detection.

jamestomasino commented 3 years ago

https://developer.mozilla.org/en-US/docs/Web/API/Screen_Wake_Lock_API

jamestomasino commented 3 years ago

Added support for this in commit d3eee59.

There's not Wake Lock API support in Firefox yet so I'll have to spend some time testing this on android and Chrome to report if it's working. Regardless, it'll sit in master and get scooped up for release with the next set up updates unless there's a bug that shows.

jamestomasino commented 3 years ago

Fixed in v1.12.1