In my phaser game, I’m asking the user to enter their name using code similar to this: Phaser - Examples - Text Entry
The game works fine on desktop but on mobile devices a user can’t input their name because the virtual keyboard is not available to type on. How do I force the keyboard on mobile devices to appear so that a user can type in their name?