我最近在一个Ipad存在问题的网站上,似乎只用2个手指垂直滚动,而不是一个,是否有任何方法可以禁用它并允许它正常工作,我不确定是什么包括但这里是我的CSS ...
#page {
margin :0 auto;
width: 1003px;
-webkit-overflow-scrolling: touch;
}
html[style] {
height: auto !important;
position: relative !important;
overflow: visible !important;
-webkit-overflow-scrolling: touch;
}
body[style] {
height:auto !important;
min-height: 0px !important;
position: relative !important;
overflow: visible !important;
-webkit-overflow-scrolling: touch;
}