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.

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


Ciao,
Filippo
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…