【问题标题】:Internet Explorer 10 in Nokia windows phone not responsive诺基亚 Windows 手机中的 Internet Explorer 10 没有响应
【发布时间】:2015-05-01 00:43:42
【问题描述】:

我使用 Twitter 引导程序使我的网站具有响应性。一切都很好,但诺基亚(Lumia 920)windows phone 中的 IE 10。我搜索了很多,每个人都说如果我添加 @media(max-width:480px){@-ms-viewport{width:320px;} ...} 它会解决问题,但问题仍然存在。它不仅适用于我的网站,也适用于所有其他网站。 windows phone 中的 IE 10 根本没有响应。任何想法谢谢。

【问题讨论】:

标签: internet-explorer responsive-design windows-phone-8 nokia


【解决方案1】:

你看过特伦特沃尔顿的这篇文章吗?其中他谈到了 WP8 中的媒体查询和 IE10 - http://trentwalton.com/2013/01/16/windows-phone-8-viewport-fix/

【讨论】:

    【解决方案2】:

    我遇到了同样的问题,我使用这个元标记修复了它:

    <meta charset="utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    

    在这里更好地解释:http://getbootstrap.com/getting-started/#template

    干杯。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2011-04-19
      • 2011-05-10
      • 1970-01-01
      • 2015-03-02
      • 2011-11-29
      • 2014-11-19
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多