怎么禁止页面上下滑动

发布于 6 年前作者 nalai2111 次浏览最后编辑 6 年前来自 ask

小程序整个页面 能下拉和上滑 能不能禁止整个页面上下动?求解 注:不是禁止下拉刷新 而是禁止页面下拉和上滑的动作

7 回复
jhou
jhou1 楼6 年前

就是不让整个页面上下晃动

gaochao
gaochao2 楼6 年前

是整个窗口  不是页面的内容

chao19
chao193 楼6 年前

scroll-view里面的属性scroll-y=“false”

xiulancheng
xiulancheng4 楼6 年前

请问问题有解决吗?

min87
min875 楼6 年前

works!多谢了。

xiulancheng
xiulancheng6 楼6 年前

    body

    {

        height: 100%;

      width: 100%;

     position: fixed;

    top: 0;

    bottom: 0; 

}

加了这个

panxiulan
panxiulan7 楼5 年前

“禁止页面下拉”但“不禁止下拉刷新”??这是怎么个逻辑??