Hi,
I am developing an app, and at the bottom of the layout is a Text Box. I have already exported the project to an apk and tested it on a mobile phone, but my problem is, when I write something in the Text Box, the keyboard pops up and overlaps the Text Box, so I can't see what I am writing.
Is there any way to detect a keyboard popping up in a mobile phone, in order to make everything move up? Do I have to set maually the Y of every single object to their own Y + the keyboard's height? Or is there any better way?
Thak you