Response title
This is preview!
What could be the explanation that, in order to have a web-page fit to width on an iPad, one has to specify the following code in the viewport
meta tag?
width=device-height
In landscape orientation device-height
evaluates to 1024px
, and in portrait orientation it evaluates to 768px
! Shouldn't it be the other way round?
BTW, the iOS developer forums may be the better place to ask, but they're not accessible without paying to Apple.
© 2013 jQuery Foundation
Sponsored by and others.