开发者

Iphone Auto fit to page

开发者 https://www.devze.com 2023-01-11 01:20 出处:网络
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

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;"/>
0

精彩评论

暂无评论...
验证码 换一张
取 消