Fix terrible looking textbox input on android?

So I figured I would have a go at working with android and make myself a few handy tools I can use. So far its super easy and works great, but there’s one thing really bothering me. When I tap on the text box in my UI, it opens ANOTHER input box, specifically an android input box. I then have to tap on the text there too to get the keyboard to pop up and I can’t simply just tap on the text box and enter the text. Is there some way to fix this and make the input more robust?

Thanks in advanced!

If someone is still looking for a solution, go to:

Edit → Project Settings → Android → Enable improved virtual keyboard [Experimental]

This helps clean the UI if only a little.