mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Fix Immersive mode and keyboard height issues on Android
This commit is contained in:
@@ -2059,6 +2059,7 @@
|
||||
<return type="int" />
|
||||
<description>
|
||||
Returns the on-screen keyboard's height in pixels. Returns 0 if there is no keyboard or if it is currently hidden.
|
||||
[b]Note:[/b] On Android 7 and 8, the keyboard height may return 0 the first time the keyboard is opened in non-immersive mode. This behavior does not occur in immersive mode.
|
||||
</description>
|
||||
</method>
|
||||
<method name="virtual_keyboard_hide">
|
||||
|
||||
Reference in New Issue
Block a user