模式在移动和桌面之间切换

时间:2017-06-19 09:32:27

标签: html5 internet-explorer viewport

我的应用程序在所有浏览器中都运行良好但不是在IE 11中。 当我打开一个模态时,有时它会在桌面css版本和其他移动css版本中打开。它只发生在IE中。

是否存在IE配置问题或某些元标记出现问题?

<head>
    <link rel="icon" href="images/favicon.png">
    <!-- <link rel="icon" href="life-drainuse/images/favicon.png">  -->
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
    <title>Title</title>
    <link href="bootstrap-3.3.5-dist/css/bootstrap.min.css" rel="stylesheet">
    <link href="css/style.css" rel="stylesheet">
    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
    <!--[if lt IE 9]>
      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
</head>

1 个答案:

答案 0 :(得分:0)

一种解决方法是在javascript中触发调整大小event,但这不是一个很好的解决方案。我不能给你更好的反馈,但尝试解决方法作为修补程序。但如果你将在jsfiddle中重现它会更好