Messed Virtual Keyboard on Mobile

Reproduction Steps

  1. Create a TextBox
  2. Set to mobile view
  3. Run
  4. Click on the textbox and try to type anything

Expected Behavior
The virtual keyboard should appear with all the keys indicated and the typed text should appear while typing.

Actual Behavior

  1. For some reason, the virtual keyboard is NOT ALWAYS open
  2. When the virtual keyboard is opened, all keys appear in white and the typed text does not appear on the screen until confirmed (enter)

spHQN8AZJb

Issue Area: Studio
Issue Type: Display
Impact: High
Frequency: Constantly

That’s intended – they don’t simulate a real keyboard. It wouldn’t be convenient to keep that up-to-date through iOS/Android versions and exactly match the device’s UI.

There is no reason to emulate a real keyboard. Your game would not be able to distinguish between the user doing keyboard events vs clicking on the keyboard UI anyway.

1 Like