I'm having problems getting the iPhone's Mobile Safari scaling to work as expected. I'm using Susy for the grid:
$total-columns : 12;
$column-width : 60px;
$gutter-width : 32px;
$grid-padding : $gutter-width/2;
$container-style: static;
And I'm using this viewport meta tag:
meta name="viewport" content="width=device-width"
The problem is that some pages don't scale down completely on the iPhone. This seems to happen only when the page's height is less than its width. So instead of seeing the whole width of the page, the page scales down until it has filled the viewport height-wise. 'Longer' pages scale down as expected.
I am not sure how to troubleshoot this. I've tried several different things with the grid as well as the meta tag but to no avail.