放大时,移动网站不会滚动

时间:2016-08-28 17:52:25

标签: html css mobile web

我目前正在编写一个网站编码。我正在使用免费托管网站,并将我的网站嵌入到博客中。我在当前网站上有以下代码(位于我的index.html中),以便在移动设备上显示不同的内容(移动设备上显示的内容位于iphone.html中),特别是iPhone&#39 S:

<script language=javascript>
<!--
if ((navigator.userAgent.match(/iPhone/i)) ||     (navigator.userAgent.match(/iPod/i))) {
   location.replace("/hi.html");
}
-->
</script>

现在,在查看移动网站时(http://solsticedesigns.comli.com/),我想放大,我无法再向左/向右滚动,也可以向上/向下滚动。

我将不胜感激。提前谢谢。

1 个答案:

答案 0 :(得分:0)

缩放然后向上/向下滚动,左/右对我来说很好:

在我的 iPhone6s 中尝试横向和普通视图+在safari和chrome上

确保您的个人设备没有问题!

祝你好运!