Most Android devices and all iOS devices do not possess a hardware keyboard. Instead, a soft- or on-screen keyboard can be presented to the user. To bring up the on-screen keyboard we can call this method:
Gdx.input.setOnscreenKeyboardVisible(true);
events to the application. Additionally, polling can be used to check for a specific key’s state. issue. If you’re using a buggy custom keyboard or your manufacturer supplied a buggy custom keyboard, Google’s keyboard works correctly with libGDX. On-screen keyboard functionality is only available the Android and iOS platforms. Prev
