Hello,
i did a tutorial on how to place a view over the keyboard on android.
But now i'm on IOS, i have search in the Forum here, but I did not find anything that helped me.
I found this Function: "CalcRelativeKeyboardHeight".
This do not work:
How can i calculate the top value, so i can place my view over the keyboard?
i try this too:
i did a tutorial on how to place a view over the keyboard on android.
But now i'm on IOS, i have search in the Forum here, but I did not find anything that helped me.
I found this Function: "CalcRelativeKeyboardHeight".
This do not work:
B4X:
pnl_ground.Top = pnl_ground.CalcRelativeKeyboardHeight(Height)
How can i calculate the top value, so i can place my view over the keyboard?
i try this too:
B4X:
pnl_ground.Top = Height - pnl_ground.Height