Textfield on Android problem

Hi, I have made a simple GUI.Textfield for a login screen. it works as expected in unity play mode. but when I run it on my android nexus 5 and I click on a textfield , it shows the keyboard and it also pops out an android textfield with an OK button next to it. I wanted to ask if anyone has experienced this problem or any solutions on how to prevent android from popping out its own textfield.

Thanks very much

Check the box on the InputField component Hide Mobile Input to not show the pop out.

Checking “hide mobile input” didn’t hide the textbox above the keyboard.

This is a workaround that worked for me:
I have an autofocus on my inputfield so I just moved the inputfield outside of the camera. Now I just use the inputfield above the keyboard.