body,#app{
width: 100%;
height: 100%;
padding: 0;
margin: 0;
position: absolute; left: 0;
overflow-x: hidden;
overflow-y: scroll;
-webkit-overflow-scrolling: touch; //为了优化ios滑动体验,设置了touch属性,设置了这个之后loadmore组件出现不能滚动的情况
}
为了优化ios滑动体验,设置了touch属性,设置了这个之后loadmore组件出现不能滚动的情况,注释了这个代码就没事了,但是ios滑动体验就不好了,请问大家遇到过这个问题吗?
请问解决了?我也遇到了这个问题