@touchstart | EventHandle | 手指觸摸動作開始 | 字節跳動小程序不支持 | |
@touchmove | EventHandle | 手指觸摸后移動 | 字節跳動小程序不支持 | |
@touchend | EventHandle | 手指觸摸動作結束 | 字節跳動小程序不支持 | |
@touchcancel | EventHandle | 手指觸摸動作被打斷,如來電提醒,彈窗 | 字節跳動小程序不支持 | |
@longtap | EventHandle | 手指長按 500ms 之后觸發,觸發了長按事件后進行移動不會觸發屏幕的滾動 | 字節跳動小程序不支持 | |
@error | EventHandle | 當發生錯誤時觸發 error 事件,detail = {errMsg: 'something wrong'} | 字節跳動小程序不支持 |