how can I find the keyboard-height with the Library "Reflection"?
I have so tried but it does not work.
B4X:
Dim intKeyboardHeight As Int
Dim refl As Reflector
refl.CreateObject("android.inputmethodservice.Keyboard")
intKeyboardHeight = refl.RunMethod("getHeight")