ustbhuangyi / better-scroll

:scroll: inspired by iscroll, and it supports more features and has a better scroll perfermance
https://better-scroll.github.io/docs/en-US/
MIT License
16.44k stars 2.61k forks source link

[New Feature] slider插件增加禁用手势配置 #1097

Closed minikey closed 3 years ago

minikey commented 3 years ago

What problem does this feature solve?

在一些场景下,需要slider的自动滚动,但是禁用手势操作,当前的版本如果设置 disableTouch: true ,会导致click失效,使用起来不是特别的方便

What does the proposed API look like?

noSwiping: boolean 禁用手势切换,但是不影响api调用切换

theniceangel commented 3 years ago

@minikey 调用 bs.disable()

zjy2931 commented 3 years ago

@minikey 调用 bs.disable()

这样api调用也不行了