Re: [screen-wake-lock] Need maximum screen brightness mode (#129)

> and acquire a new one at half of user defined brightness.

I see, but overriding the user's brightness is a non-starter. The only options I see are:

 1. acquire wake lock (default): ... lock acquires, OS may dim the screen but it doesn't shut off (outside the browsers control).
 1. acquire wake lock (full brightness): ... lock acquires, full brightness is requested but not guaranteed, screen may dim if OS wants to.

Full brightness is never assured, and neither is dimming (as it's OS controlled). Best we (browsers) can do is request it and hope for the best.  
 

-- 
GitHub Notification of comment by marcoscaceres
Please view or discuss this issue at https://github.com/w3c/screen-wake-lock/issues/129#issuecomment-662840516 using your GitHub account

Received on Thursday, 23 July 2020 06:29:45 UTC