[]请问如何监听html的button元件ontouchstart,ontouchend等事件

如题,我可以如下为button加上onclick的监听事件。
this.btn_CloseWebiFrame = laya.utils.Browser.window.document.createElement('button');
this.btn_CloseWebiFrame.onclick = () => {
console.log("onclick");
};

 oncontextmenu也没有问题。
this.img_closeWebiFrame.oncontextmenu = () => {
console.log("aaa4");
this.img_closeWebiFrame.src = "SlotGameTemplate/phone_public_setting_source/phone_btn_setting_page_back_up.png";
};
但是 ontouchstart,ontouchend,ontouchcancel,onfocusout 都收到无法监听事件的回应,这是什么原因呢?
 
 
 
 
 
已邀请:

mobile3Dbin

赞同来自:

我传上去了.

qian

赞同来自:

https://ask.layabox.com/question/4848
不好意死我忘记这个问题了
你可以看一下这个回复

要回复问题请先

商务合作
商务合作