Iphone Auto fit to page
Is there a way to get a page to auto fit to screen on rotation of an iPhone?
Whe开发者_如何学Cn i rotate the iPhone to landscape the screen zooms in to a certain point of the page and doesnt fit the screen, therefore you have to scroll back out to view the content.
Cheers
Again, I think you want this:
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
精彩评论