Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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.
Develop games in your browser. Powerful, performant & highly capable.
Ragevortex
Thx Dude Nice workaround.
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)