I calculate Top value (to addView) as 100%y - Height.
I noticed that 100%y provides different values, if I rotate device with opened or closed virtual keyboard.
I tried to apply workaround and force IME.HideKeyboard in Public Sub Activity_Pause(UserClosed As
Boolean) if UserClosed = False then IME.HideKeyboard, but it didn't help.
I noticed that 100%y provides different values, if I rotate device with opened or closed virtual keyboard.
I tried to apply workaround and force IME.HideKeyboard in Public Sub Activity_Pause(UserClosed As
Boolean) if UserClosed = False then IME.HideKeyboard, but it didn't help.