Change Android Keyboard

Hey guys,
I have included a couple screenshots of the issue I am having. When I launch my game and click on the text field to enter information there is a bar that appears at the bottom of the screen that I need to click on to pull up the keyboard. I want the keyboard to pop up right away and enter the text right in the textbox and not on that line that pops up.

Thanks,
Gordon~

Android doesn’t support typing in the unity inputfield. Even trying to hide the bar doesn’t work. However, there are some plugins out there that allow you to overlay a native inputfield and simulate typing in the Unity inputfield, but how reliable that is, I’m just not sure.

Oh that’s a bummer. Thanks for the reply though.