[LayaNative2]pad外设键盘无法捕获到KEY_DOWN,KEY_UP,KEY_PRESS事件

你好,发现一个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
已邀请:

1567600631用户

赞同来自:

监听input事件

要回复问题请先

商务合作
商务合作