How to disable white input field Android?

Hi,

I noticed that when you use a TextField on Android, another white input field appears right on top of the keyboard (see screenshot). Other Android applications don’t do this so I would like to hide this extra input field, is that possible?

I also encounter some issues with it. For example, I implemented a placeholder behaviour which removes the placeholder text when you start typing. However this doesn’t seem to work with this separate input field.

Can I find some documentation about this?

Thanks
Chloë

Ok, I found this

TouchScreenKeyboard.hideInput

which hides the extra input. However the behaviour of the TextField still differs from desktop. Can someone explain this to me?