1 decade ago by mimik
Was wonder if anyone know a good way to create a good ui for user input with ejecta.
So we can do this:
Is there another way to call the iOS device input keyboard?
I Really don't want to show apples default popup window inside my game, it will break immersion and artstyle.
Im using it on a websockets chat server inside the game.
Using the popup works fine, but is there another way to call the keyboard?
So we can do this:
// Ask the user for some text: ejecta.getText( 'Highscore', 'Please enter your name', function(text) { console.log(text); });
Is there another way to call the iOS device input keyboard?
I Really don't want to show apples default popup window inside my game, it will break immersion and artstyle.
Im using it on a websockets chat server inside the game.
Using the popup works fine, but is there another way to call the keyboard?