You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
requestrelease
About this tag
The requestrelease tag on WindowsForum.com covers the use of the Windows Runtime API to prevent screen locks and display power-down in UWP apps during passive user experiences. Discussions focus on scenarios like video playback, music listening, or navigation where user idle time is detected despite active engagement. The tag includes code examples and references to the MSDN documentation for implementing the requestrelease method to keep the display active. This is relevant for developers building UWP applications that require uninterrupted screen-on behavior on Windows 10 devices.
After a certain amount of idle time, Windows 10 devices may dim the display, activate the lock screen, or power down the display in order to conserve power. The amount of idle time required before this occurs depends on a device’s user settings. Unfortunately, this can turn out to be an...