I am embarrassed. I am trying to make the site responsive by playing with media queries.
according to most sources, for example this , the mediq request for use for smartphones is max-device-width: 480px and min-device-width: 320px .
But when I use these queries, my Android file still shows the “computer version” of the page. So I started changing the values in the request and noticed that my phone seems to have a device width of 980px ..
Why? I really want to understand this, of course, I could just be happy that it works when using the 980, but I want to know what is happening and why? I mean, my phone should not be 980 pixels or higher, is this some kind of pixel density problem?
source share