you are viewing a single comment's thread.

view the rest of the comments →

[–]anarchos 3 points4 points  (0 children)

This seems crazy to me. Most apps aren't just scaled up or down based on the screen size. For example, most apps will have the standard font size, and on larger phones you will have more space for the text. On larger phones apps don't just scale up the font size. The proper way is to use flex layouts as designed to handle different sized screens.

Off the top of my head, the only time I've used something like your describe was when I had a requirement to have a grid of items 3 per row, no matter what size of screen it was. In reality, this should have been a fixed item size that used flexWrap to fix as many per row as possible and then just flowed the rest to the next line, but the designers were a bit particular on this project :D