【问题标题】:Google / iPhone outputs differ, iphone has a lot of white spaceGoogle/iPhone 输出不同,iphone 有很多空白
【发布时间】:2016-05-05 13:05:06
【问题描述】:

Viewport 在我的手机上似乎无法正常工作,我不确定为什么它开始缩小并在屏幕右侧显示一堆 空白(但在 Google 模拟器上按预期显示)。

<meta name="viewport" content="width=device-width, user-scalable=yes, initial-scale=1" />

iPhone 输出

谷歌苹果手机

网站地址 - http://foodmachineryaustralasia.co.nz/

【问题讨论】:

    标签: html css iphone viewport


    【解决方案1】:

    试试这个

    【讨论】:

      【解决方案2】:

      尝试在 CSS 中添加以下内容:

      html, body {
        height: 100%;
        overflow-x: hidden;
      }
      

      【讨论】:

      • 我使用了这种风格(尽管它似乎没有改变任何东西)。但我会投票给你。
      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2010-11-17
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多