Open jiongrui opened 4 years ago
问题类型
引擎版本
1060
手机型号
华为荣耀8
操作系统
10.14.6
IDE版本
toolkit版本
1、预期效果: 手指不移动时不触发touchmove事件 2、实际效果: 手指未移动,touchumove事件却一直触发
count11 = 0 handleTouchstart (ev) { console.log('handleTouchstart', ev.touches) } handleTouchmove (ev) { if (++this.count11 === 30) { console.log('handleTouchmove', ev.touches) } else { console.log('handleTouchmove') } } handleTouchend (ev) { console.log('handleTouchend', ev.touches) } <view ontouchstart='{{handleTouchstart}}' ontouchmove='{{handleTouchmove}}' ontouchend='{{handleTouchend}}' style='height: 60px'></view>
您好,您那边的复现方式是:手指放在组件上,没有任何动作,touchmove事件也触发了是吗? 手指没有滑动,但是手指的着力点有改变,这种情况也是会触发touchmove的; 具体问题沟通麻烦您加我下:18054264586
相关信息
问题类型
引擎版本
1060
手机型号
华为荣耀8
操作系统
10.14.6
IDE版本
toolkit版本
问题描述
1、预期效果: 手指不移动时不触发touchmove事件 2、实际效果: 手指未移动,touchumove事件却一直触发
复现步骤
联系方式