Re: CSS-4 and min|max-device-width

So to summarize, you actually want a media query that determinates the
viewport width while ignoring zooming. Or in other words, you want the
layout to remain locked down independently of the device zoom level.

Also, you mention that you assume the presence of certain buttons on a
device based on your guessed device type. I believe that a direct query
for the actual buttons would be the "right" thing to do here, not make
an assumption based on a guess. This sounds like a legitimate feature to
query for.

I believe that neither of these needs are really meet by your current
hacky solution.

Received on Sunday, 7 January 2018 11:20:33 UTC