你好,发现一个bug,打包app后手机、pad外设(蓝牙或type C连接)键盘无法捕获到KEY_DOWN,KEY_UP,KEY_PRESS事件,在浏览器上就没问题,请问该如何解决?
以下事件无法触发:
Laya.stage.on(Laya.Event.KEY_PRESS, this, this.handleKeypress);
Laya.stage.on(Laya.Event.KEY_DOWN, this, this.handleKeydown);
Laya.stage.on(Laya.Event.KEY_UP, this, this.handleKeyup);
版本:2.13.3
附件:
事件代码.docx