tylertate / semantic.gs

The Semantic CSS Grid
tylertate.github.io/semantic.gs/
Apache License 2.0
1.59k stars 245 forks source link

Responsive example not working correctly on Galaxy S3 or iPhone 5 #93

Open infocynic opened 11 years ago

infocynic commented 11 years ago

Tried to load the responsive example on my Galaxy S3 and my co-worker's iPhone 5 and it looks exactly like a large desktop window where the two items are side-by-side.

Quick experimenting shows that adding a meta viewport tag with initial-scale=1 should fix this problem (you don't need to also add things like width, minimum-scale, etc. that you often see in meta viewport tags, just the initial scale). Without this initial scale, the devices are reporting back their actual screen width, which may be well over 720px for high-end devices.