How to determine the size of the on-screen keyboard

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By turgotZ
:warning: Old Version Published before Godot 3 was released.

I’ve made an Android app which is runs without issue. I have one issue I haven’t figured a solution for. I have an input field lower on the screen when the field is used the on-screen keyboard covers the input field. Is there a way I can determine the height of the keyboard? Is there a method to have the screen displaced to accommodate the keyboard automatically?

:bust_in_silhouette: Reply From: volzhs

I think, you better move input field upper position or show another temporary field upside of half screen.
on android, there is also floating keyboard which hardly determine height.

Thanks for the reply! I figure it may come to that type of solution

turgotZ | 2016-04-16 00:24