Bug XF responsive design breakpoints ignore DPI & modern high resolution phones

There is a bug in this version
X

Xon

Guest
I've leaned that the Samsung Galaxy A14 reports a 1080x2408px resolution in a 6.6 inch screen-size.

The problem? XF's media queries assume >900px is actually at a usable resolution (~96dpi, not 400dpi).

I think implementing min-resolution/-webkit-min-device-pixel-ratio or max-resolution/-webkit-max-device-pixel-ratio in various media queries will be needed :(

Continue reading...