获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
遇到了同样的问题,上下滑动明显不一致
bindtouchmove 滑动触发次数问题1.bindtouchmove="touchM" 在三星note8手机上。向上滑动和向下滑动执行次数不一样。 <view class="c" bindtouchmove="touchM" style="position:fixed; z-index:100;width:100rpx;height:100vh;background-color:#333;"></view> touchM(){ console.log('a') }, 最简单的复现demo 在向上滑动时控制台出现a的次数比向下滑动的次数多。
2021-07-15