How to set viewport meta for iPhone that handles rotation properly?

前端 未结 9 1773
情话喂你
情话喂你 2020-11-27 10:11

So I\'ve been using:


to get my HTML c

9条回答
  •  醉梦人生
    2020-11-27 10:47

    You're setting it to not be able to scale (maximum-scale = initial-scale), so it can't scale up when you rotate to landscape mode. Set maximum-scale=1.6 and it will scale properly to fit landscape mode.

提交回复
热议问题