Issue
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
Solution
This is an open issue in Chrome.
Answered By - Qwerasd Answer Checked By - Terry (PHPFixing Volunteer)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.