When I export my construct 3 project with a text input box to android, and I click on the text input box, it brings up a keyboard for the user to type in. Functionally it works OK but the appearance is not so good. The problem is that the keyboard doesn't overlay the screen - instead it pushes it up from the bottom and shrinks the app screen, making my text and everything in it a lot smaller and harder to read as well putting thick black borders on the sides.
How do I get the keyboard to display over the android app without it interfering with my apps dimensions?