Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Using CSS media queries for smartphone & tablet, Site still loads too wide in viewport Re: Using CSS media queries for smartphone & tablet, Site still loads too wide in viewport

#135771
dustinmaberry
Participant

> Is this an iOS or Android issue?

> Is it browser specific? Chrome has a different definition of width than Firefox for instance.

iOS. I was using Safari on my iPhone and iPad to test the display. I just have Safari on my iPhone and iPad.
Is there a better way to target mobile devices without using device-width? I think I got my css media queries from somewhere on CSS-Tricks…

I am developing it on the Squarespace Developers platform, and I think the code above was already there… If I take out ‘maximum-scale=1’ then that enables complete scaling, and is better for readability, correct?

Thanks for all of your help. This forum is a wonderful resource.