Android keyboard input not refreshing automatically (SOLVED)

Hello,
I have a problem with keyboard on Android device. When I’m typing nothing is showing until I touch on enter or backspace. I have noticed that the same has been addressed here in this post:

But I didn’t find out exactly what to use from the answers, moreover, I would like to have some simple solution, if possible without a library. Does anyone know what to do with it?

In game.project do you have this set?

input_method = HiddenInputField

What does your .input_binding look like?

Could you test this game and see if keyboard input works on your device? I’m aware the input area doesn’t display above where it should be but text input seems to work on my device.

https://play.google.com/store/apps/details?id=com.subsoap.fsr

We don’t seem to do anything special but if it works on your device I’ll share anything we do for input.

1 Like

Thank you very much!
Enough to set up only input_method to KeyEvent. Now it is working.

2 Likes

I think that’s the older input method / doesn’t support some features on some phones so there may still be some pitfalls with that.

1 Like