Fix Immersive mode and keyboard height issues on Android

This commit is contained in:
Anish Mishra
2025-07-04 22:31:48 +05:30
parent 7826b6b13f
commit d8d3c86d71
3 changed files with 39 additions and 9 deletions

View File

@@ -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">