Note from 24 May 2022
Is there any public data about most common viewport widths and screen densities on the Web?
I have screen resolutions on StatCounter — good enough proxy for viewports? —, but nothing for screen densities… 🤨
Is there any public data about most common viewport widths and screen densities on the Web?
I have screen resolutions on StatCounter — good enough proxy for viewports? —, but nothing for screen densities… 🤨
Matt Anderson
as the device landscape continues to converge, the categorizations will continue to blur. And as you introduce more interactivity and complex features…
Viewport height is taller than the visible part of the document in some mobile browsers
When trying to use a 100vh
CSS value to build a new interface for a game that would use the full viewport, I discovered that this full height value…