iOS不工作滚动溢出:隐藏

我在iOS上的滚动有问题,使用溢出:隐藏在与webkit溢出滚动:touch;

div不流动,但如果我尝试删除webkit-overflow-scrolling:touch; 返回scrorre但不顺利。 问题是如果我将我的webapp设置为“添加到主页”。 这是我用于容器div的类:

.content {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: auto;
background-color: #ecf0f1;
-webkit-overflow-scrolling: touch;

虽然这为身体标签

body {
height: 100%;
width: 100%;
font-family: "Roboto", sans-serif;
font-weight: 100;
color: #000;
background: #000;
overflow: hidden;

PS。 这个问题只能在肖像和景观中正确显示

你有什么建议吗?

谢谢你,并且为我的坏英语感到抱歉

链接地址: http://www.djcxy.com/p/17129.html

上一篇: iOS not working scroll overflow:hidden

下一篇: Javascript & iPad touch event.identifier is continually incrementing