How to set viewport only for iphone or ipad?

后端 未结 8 1000
忘了有多久
忘了有多久 2021-02-01 07:38

I have a website that needs to use 0.3 value for viewport on iphone, but 0.7 for ipad.

Is there a way to set viewport for only iphone or ipad?

8条回答
  •  时光取名叫无心
    2021-02-01 08:19

    That script from Tim that uses jquery seems to work well. I changed it a little bit and it seems to work for me. I added some scale parameters. It gave me the results I needed for my page display well on both iphone and ipad. Here is what I added:

    maximum-scale=2.0; user-scalable=1;
    

提交回复
热议问题