Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/extjs/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Mobile sencha touch中的点击事件被阻止,那么我现在如何触发该事件?_Mobile_Extjs_Click_Touch_Tap - Fatal编程技术网

Mobile sencha touch中的点击事件被阻止,那么我现在如何触发该事件?

Mobile sencha touch中的点击事件被阻止,那么我现在如何触发该事件?,mobile,extjs,click,touch,tap,Mobile,Extjs,Click,Touch,Tap,sencha touch中的点击事件已被阻止,因此我现在如何触发该事件?如果要在标签上显示点击事件,可以执行以下操作: label.element.on({ tap : function(e, t) { ... } }); 希望这能有所帮助。但是我的点击事件在默认情况下已经被阻止,所以我想重新启用它……我的问题是我现在无法点击按钮。被什么阻止了?通过preventDefault()?

sencha touch中的点击事件已被阻止,因此我现在如何触发该事件?

如果要在标签上显示点击事件,可以执行以下操作:

label.element.on({
    tap : function(e, t) { ... }
});

希望这能有所帮助。

但是我的点击事件在默认情况下已经被阻止,所以我想重新启用它……我的问题是我现在无法点击按钮。被什么阻止了?通过
preventDefault()