Virtual keyboard is not shown on mobile, when input text field is focused in

OpenFL 8.9.6
Lime 7.7.0
Target HTML5
Huawei mobile browser

var t = new TextField();
t.border = true;
t.type = TextFieldType.INPUT;
container.addChild(t);

This problem was encountered very early, but I used the Android native input box to replace it. Listen to the text in the native input box and refresh to the game input box at the same time.

Sorry, @rainy, I didn’t get it. What do you mean by

Android native input box to replace it

Can you show please simple sample?

@singmajesty can it be fixed in OpenFL? :slight_smile:

Hello!

Is there any news on this issue?