iphone/ipad triggering unexpected resize events

前端 未结 8 2063
北荒
北荒 2020-12-13 01:54

I\'m working on a mobile version of my site. I\'m using media queries and CSS as much as possible, but I\'m also using some javascript to, for example, turn my navigation in

8条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-13 02:07

    I needed to specify a width:

       
    

    Styles:

    html, body
    {
           height:100%;
           width:100%;
           overflow:auto;
    }
    

提交回复
热议问题