# Request for guidance to prevent app from entering idle / screen saver mode on webOS

**URL:** https://forum.webostv.developer.lge.com/t/request-for-guidance-to-prevent-app-from-entering-idle-screen-saver-mode-on-webos/28089
**Category:** Web App Development
**Created:** [February 5, 2026, 12:27am UTC](https://forum.webostv.developer.lge.com/t/request-for-guidance-to-prevent-app-from-entering-idle-screen-saver-mode-on-webos/28089 "2026-02-05T00:27:48Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![DIGA\_Tech](https://avatars.discourse-cdn.com/v4/letter/d/dfb087/32.png) [@DIGA\_Tech](https://forum.webostv.developer.lge.com/u/DIGA_Tech)
#### Post date: [February 5, 2026, 12:27am UTC](https://forum.webostv.developer.lge.com/t/request-for-guidance-to-prevent-app-from-entering-idle-screen-saver-mode-on-webos/28089/1 "2026-02-05T00:27:48Z")

</div>

```auto
I would like to request guidance regarding preventing our webOS TV application from entering idle or screen saver mode.

Our application is a digital signage player. It dynamically renders content such as images, password templates, layouts, and other visual elements. Although there are moments when no video is playing, the application is still actively running, updating the screen, and presenting content to the user.

From the system’s perspective, it seems the TV considers the app idle when no video element is playing, causing the device to enter screen saver or standby mode. This behavior is problematic for our use case, since the app is not inactive and must remain visible at all times.

In short:

The app is a player and always active

It displays images and dynamic templates, not only videos

Even without video playback, the screen must stay awake

Entering idle or screen saver mode breaks the expected behavior

Could you please advise on the recommended or officially supported way to keep a webOS application awake while it is actively rendering non-video content?
Any APIs, permissions, configuration flags, or best practices to prevent the TV from going into standby or screen saver mode would be greatly appreciated.

```

---

<div class="post-metadata">

### Author: ![narae0.kim](https://avatars.discourse-cdn.com/v4/letter/n/87869e/32.png) [@narae0.kim](https://forum.webostv.developer.lge.com/u/narae0.kim)
#### Post date: [February 5, 2026, 4:39am UTC](https://forum.webostv.developer.lge.com/t/request-for-guidance-to-prevent-app-from-entering-idle-screen-saver-mode-on-webos/28089/2 "2026-02-05T04:39:57Z")

</div>

On webOS TV, the screensaver always works except while playing a video in full screen. You can refer to [Screensaver](https://webostv.developer.lge.com/develop/guides/screensaver). webOS TV is a consumer TV and is inappropriate for the purpose of displaying. If you need that feature, please consider LG commercial display. There are 2 types: [webOS Signage](https://webossignage.developer.lge.com/) and [Pro:Centric](https://procentric.developer.lge.com/). Thank you.
