I have a Windows 8 application that uses a countdown timer. I found an example of how to activate a display request so when on a tablet, the screen doesn't turn off as outlined here:
http://msdn.microsoft.com/en-us/library/windows/apps/jj152725.aspx
Ideally, I would like to allow the screen to dim as it is not essential for the end user to see the countdown timer with a fully lit screen. Is this possible?
I am using WinJS if that matters.