用
1: bindtouchstart="handletouchtart"
2: bindtouchmove="handletouchmove"
3: bindtouchend="handletouchend"
处理左右切换滑动页面时,android出现卡顿,随着滑动次数增加出现了卡死现象
以下为代码截图:
其中source为长度为130左右的较大对象数组。每次切换将source存入list并渲染。尤其快速切换就卡死,模拟器和苹果机正常。
框架类型 | 问题类型 | 操作系统 | 操作系统版本 | 手机型号 | 微信版本 |
---|---|---|---|---|---|
小程序 | Bug | Android | 5.1.1 | vivo x7 | 6.6.7 |
1 个回答
楼主有解决方案吗