【发布时间】:2018-04-09 01:26:54
【问题描述】:
有没有人遇到过设置“scrollButtons: {scrollType: "stepped"} 按钮在触控设备上不起作用的问题? 代码:
$("container").mCustomScrollbar({
setHeight: false,
autoExpandScrollbar:true,
snapAmount: height,
mouseWheel: {
enable: false,
scrollAmount: height,
normalizeDelta:true
},
keyboard: {
enable: false,
scrollAmount: height
},
scrollButtons: {
enable: true,
scrollAmount: 1,
scrollType: "stepped"
},
advanced: {
updateOnContentResize: true
},
scrollInertia: 1,
contentTouchScroll: 10000,
documentTouchScroll: false
});
【问题讨论】:
-
您使用的是哪个版本的 mCustomScrollbar.js?
-
@Jinesh 3.1.5(最新)
标签: jquery mobile scrollbar mcustomscrollbar