touchmove事件和scroll-view中属性scroll-y冲突
我在一个view中绑定touchmove事件,该组件有scroll-view,结构如下
<view bindtouchmove="touchMove"> <scroll-view scroll-y></scroll-view></view> |
如果有scroll-y 会导致touchMove事件向下滑时触发不了,横向滑是可以触发的。
我在一个view中绑定touchmove事件,该组件有scroll-view,结构如下
<view bindtouchmove="touchMove"> <scroll-view scroll-y></scroll-view></view> |
如果有scroll-y 会导致touchMove事件向下滑时触发不了,横向滑是可以触发的。