I'm using Ubuntu and trying to get the preferred theme of the user, by using matchMedia
but it always returns false
for this query.
window.matchMedia('(prefers-color-scheme: dark)').matches // false
I'm using Ubuntu and trying to get the preferred theme of the user, by using matchMedia
but it always returns false
for this query.
window.matchMedia('(prefers-color-scheme: dark)').matches // false
This is a problem between Ubuntu and Chrome. Please check darkmood toggle with Ubuntu and Firefox. Then you can see it’s working without any issue.
So that's why I think it's a problem between Ubuntu and Chrome.
This is a known issue that is traceable through this page.
© 2022 - 2024 — McMap. All rights reserved.