iPad layout scales up when rotating from portrait to landscape

前端 未结 11 1435
萌比男神i
萌比男神i 2020-12-02 04:32

I have a added to the \"viewport\" meta tag \"width=device-width,initial-scale=1.0\" and on an iPad the page loads up fine in landscape mode, the i

11条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-02 05:11

    The first fix worked for me with the following changes.

    Change initial scale to .8, minimum to .25 and maximum to 1.6.

    Use the "meta" tag

    
    
    
    
    
                                     
                  
提交回复
热议问题