Uh oh!
There was an error while loading. Please reload this page.
Fix/disable brightness desktop - #797
Conversation
- Guard all ScreenBrightness calls with platform check to only run on Android and iOS where app-level brightness control works correctly - Call setAutoReset(false) on desktop to prevent the screen_brightness plugin from changing system monitor brightness on focus loss - Applies to video player controls, TV player controls, video player next wrapper, book viewer controls, and both settings providers
Julien9969
commented
Mar 28, 2026
You mean, what for tablette windows user or am i a windows tablette user ? |
PartyDonut
commented
Mar 28, 2026
Sorry, too much typing too little thinking on my end 😅 . But yes the question was for users on windows tablets. The brightness control is probably something that is useful in that context? |
PartyDonut
commented
Mar 28, 2026
Maybe add a check for pointer devices? So enable brightness control for android, iOS and when the user is using either touch or dpad controls? |
Julien9969
commented
Mar 28, 2026
I can’t manage to stop the brightness control from messing with my monitor’s brightness, except by completely removing it. The issue doesn’t seem to happen often, but I’m also not sure there are many Windows tablet users. |
Julien9969
commented
Mar 28, 2026
I can try this solution, for sure. |
Pull Request Description
If the screen supports software-based brightness control, the desktop application automatically sets the brightness to minimum when the application loses focus.
As it seem unused, i remove the brightness control on desktop
Issue Being Fixed
Checklist