Keyboard Height

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.:confused:

B4X:
   Dim intKeyboardHeight As Int
   Dim refl As Reflector
   refl.CreateObject("android.inputmethodservice.Keyboard")
   intKeyboardHeight = refl.RunMethod("getHeight")


Ciao,
Filippo
 
Top