Keyboard Input - Failure on random computers

Hi,

We’ve created a small web game for a customer, but there seems to be a problem with the keyboard input on random computers and browsers.

Doe anyone has experience with fixing this issue?
We already tried playing it in a matching sized popup, to avoid losing focus, but this not seems to help.

Thanks for your help!

Regards Tom.

Does somebody has experience with this problem?

No I haven’t had this problem before, are you using mapped keys “Input.getButton()”? Try to use Input.GetKey() and see if the problem still persists.