bindtouchmove,向左滑动,在安卓机上有延迟,
发布于 6 年前 作者 jialei 5174 次浏览 来自 问答

<view class=‘detail_info’   bindtouchstart=“start” bindtouchmove=“move” bindtouchend=“end”  data-index="{{item.index}}"  style=‘left:{{item.left}}px’ >

5 回复

要么用动画 timingFunction选 ‘step-start’ 要么限制频率。或者你用movable-view

想问下您问题解决了吗 我也遇到同样的问题

你好,请提供一下出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)最好能附上视频。

希望尽快解决卡顿问题

,开发工具上确实很流畅,到手机上就卡顿

可能是手机有些卡~

回到顶部