ustbhuangyi / better-scroll

:scroll: inspired by iscroll, and it supports more features and has a better scroll perfermance

Home Page:https://better-scroll.github.io/docs/en-US/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

关于BScroll在wheel options下,无法触发click的问题。请问有什么解决办法吗

cdg9527 opened this issue · comments

Version

2.4.2

Reproduction link

https://github.com/ustbhuangyi/better-scroll/blob/dev/packages/examples/vue/components/picker/one-column.vue

Steps to reproduce

以example中的better-scroll/blob/dev/packages/examples/vue/components/picker/one-column.vue为基础,在wheel的前提下加上click: true或 top: true 无法获取到点击事件。

What is expected?

能够获取点击事件

What is actually happening?

无法获取点击事件


谢谢🙏

commented
{
  click: true,
  preventDefaultException: {
    className: /^your option classname/
  }
}

Have a try, good luck!