Every time I create a fullscreen mobile game, when the keyboard pops up, it resizes the entire layout instead of overlaying the keyboard.
How do I prevent this resizing? Help XD
http://prntscr.com/7nkw25
You can create your own gui
Yeah I was faced with the same problem. It royally messed with my application which required users to login and/or register which in desktop worked wonderfully but in mobile it resized and never wanted to return to the right proportions. I opted for using pop-up dialogue box here to get the field data and add the field data from the form-input on the dialogue. This forced me to get each field on a separate pop up ... fortunately they weren't many but it could've gone horribly wrong for my app.
Ragevortex
Thx Dude Nice workaround.
Develop games in your browser. Powerful, performant & highly capable.
MuchaDev yer welcome! I hope it helps ... I'm guessing it's going to have to be this way for my apps that require fields like this for a while until they find a more elegant solution.(at least on mobile)