D
Deleted member 103
Guest
Hi,
how can I find the keyboard-height with the Library "Reflection"?
I have so tried but it does not work.
Ciao,
Filippo
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")
Ciao,
Filippo