mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 05:40:04 -04:00
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:
committed by
Kirill Chibisov
parent
bab2d82fd3
commit
1d18a6ca57
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user