android: use show_soft_input to summon the keyboard

Route it via the `Window::set_ime_allowed` like on iOS.
This commit is contained in:
Piotr Podusowski
2024-11-13 12:43:59 +01:00
committed by Kirill Chibisov
parent bab2d82fd3
commit 1d18a6ca57
3 changed files with 10 additions and 2 deletions

View File

@@ -46,6 +46,7 @@ changelog entry.
to fully disable the menu bar and dock in Borderless Fullscreen as commonly done in games.
- On X11, the `window` example now understands the `X11_VISUAL_ID` and `X11_SCREEN_ID` env
variables to test the respective modifiers of window creation.
- On Android, the soft keyboard can now be shown using `Window::set_ime_allowed`.
### Fixed