iscroll5 页面不能滚动横向滚动

var myScroll;
myScroll = new IScroll('#wrapper', {
    eventPassthrough: true,//自己试
    scrollX: true,//横向可以滚
    scrollY: false,//纵向不可以滚
    snap: true,//对齐
    snapSpeed: 400,//对齐速度
    directionLockThreshold: 5,//多少像素开始监听
    momentum: true,//是否有惯性
    preventDefault: true//阻止默认事件
});

关键就在

scrollX: true,//横向可以滚



posted @ 2021-04-27 17:06  博园客丶  阅读(182)  评论(0)    收藏  举报