Typing into a TextBox on Android doesn’t show any text in the TextBox until you press enter (unfocusing the TextBox). It does update the white box at the top of the screen, but the actual textbox does not get updated.
This ruins my UX because the user can’t see what they’re typing until they close their keyboard.
Here you can see this ugly white Box at the top of my screen created by the engine when I select the actual Textbox that I did make, which is right next to the Bubble icon above my keyboard. That’s where the text normally updates/shows up on iOS or Windows, but never on my Android.
That’s great thank you!! Does it also remove the white bar? On iOS there is no white bar, the text just goes directly into my TextBox just like on Windows/Desktop.