Issue with scaling on Samsung Galaxy S8,S9,S10

We all are very familiar with the struggles of so many versions and devices running Android. Our newly released app looks great on nearly all, except the Samsung Galaxy S8, S9, S10, etc. That strange aspect ratio is really messing with our layout. Here’s what it looks like on a normal android device…

and here it is on the S8

Any ideas on how to address this issue?

You need to use CSS media queries

ah…I’ve always heard of those from time to time but I guess we never found ourselves in a situation (that we knew of) where the default was not scaling correctly. Come to think of it, some of the more minor scaling issues we’ve had would probably be addressed if we took a closer look at implementing this solution.

I’ll take a look and update asap.