uniapp 点击,长按,触摸,结束触摸事件

 

 

@touchstart EventHandle   手指触摸动作开始 字节跳动小程序不支持
@touchmove EventHandle   手指触摸后移动 字节跳动小程序不支持
@touchend EventHandle   手指触摸动作结束 字节跳动小程序不支持
@touchcancel EventHandle   手指触摸动作被打断,如来电提醒,弹窗 字节跳动小程序不支持
@longtap EventHandle   手指长按 500ms 之后触发,触发了长按事件后进行移动不会触发屏幕的滚动 字节跳动小程序不支持
@error EventHandle   当发生错误时触发 error 事件,detail = {errMsg: 'something wrong'} 字节跳动小程序不支持

相关文章:

  • 2021-08-01
  • 2022-12-23
  • 2022-12-23
  • 2022-02-04
  • 2022-12-23
  • 2022-12-23
  • 2021-11-02
猜你喜欢
  • 2021-11-20
  • 2021-11-24
  • 2021-12-03
  • 2022-12-23
  • 2021-10-27
  • 2021-12-28
  • 2021-11-01
相关资源
相似解决方案