[PLUGIN] Screen Wake Lock

Hey everyone,

I often ran into the need to keep my app running even when the device’s screen turns off automatically. To solve this, I created a simple plugin using the Screen Wake Lock API, and now you can use it too!

Use Case

One of the main scenarios where this is helpful is during call recording. For example, if a user starts recording a call and the screen turns off after a few minutes, the recording might stop. With this plugin, you can ensure the app stays active as long as needed, even with the screen off.

Feel free to try it out and let me know what you think!

Screen Wake Lock plugin page

3 Likes

Thank you so much for this contribution to the community. Exactly what I needed.