While using input text plugin in mobile, the soft keyboard shrinks the game, which scale mode to use to avoid this shrinking
Current scale mode is “SHOW_ALL” - this shrinks the game
“NO_SCALE” - makes the game very big
While using input text plugin in mobile, the soft keyboard shrinks the game, which scale mode to use to avoid this shrinking
Current scale mode is “SHOW_ALL” - this shrinks the game
“NO_SCALE” - makes the game very big
I would recommand game.scale.scaleMode = Phaser.ScaleManager.SHOW_ALL;
definitely for a mobile game, but you need to dig more in the css as well
There is a little paragraph in the book <<A Guide to the Phaser CE Scale Manager>> about these questions via https://gumroad.com/photonstorm
Also if there is a problem with the Phaser Input Plugin try to open an issue on its repository and post a link to this thread