Text Entry Object for mobile devices

Hi,
I would like to know how can I receive text from mobile users. I can’t show the keyboard.
Thanks in advance :slight_smile:

Sorry, not possible right now, a card has been added here: https://trello.com/c/6fBwZqlt/240-support-keyboard-on-mobile-with-text-entry-object

There may be a workaround but not sure :neutral_face:

I guess one (convoluted) workaround would be to display all alphabetic letters on the screen as objects/sprites, then add events to track which ones the user touches… (basically you’d be creating your own on-screen keyboard).
Might work for simple things like entering your name for a high score.