Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to detect darkmode on Samsung Internet browser?

If this can be detected - is there a possibility to influence colors by CSS classes or JavaScript?

With the dark reader extension, it is also possible to submit adjustments. Hope that it is also possible here, if nothing else could change it.

like image 442
still Avatar asked Sep 14 '25 17:09

still


1 Answers

Samsung Internet does strange things with colors in night mode. If you’re aware of them, you can sort of workaround any issues. I’ve not found a way to detect it, though. The color filtering takes place late in the rendering process so APIs aren’t updated. The obvious methods (such as window.getComputedStyle) returns original colors.

like image 72
Daniel Avatar answered Sep 16 '25 08:09

Daniel