touchmove事件和scroll-view中属性scroll-y冲突
发布于 5 年前 作者 czeng 5007 次浏览 来自 问答

我在一个view中绑定touchmove事件,该组件有scroll-view,结构如下

<view  bindtouchmove="touchMove">
  <scroll-view scroll-y></scroll-view>
</view>

如果有scroll-y 会导致touchMove事件向下滑时触发不了,横向滑是可以触发的。


7 回复

这个问题现在没有解决办法嘛

然后呢,为啥不给结果啊?

什么场景需要在scroll-view上监听touchmove?

同问这个问题,scroll-view不能触发拉下刷新这是什么鬼垃圾规则,现在需要两种都有的情况就没法做了。楼主最后怎么实现的??

这个问题你解决了吗?我也是卡在这里,待解决

链接点这里看

回到顶部