calcrelativekeyboardheight

  1. red30

    iOS Question Keyboard hides TextView on popup

    I tried to use the example from the CalcRelativeKeyboardHeight Example and found a strange bug there. If I call the keyboard, then everything moves up (this is how it should be), but now if I move the list up and call the keyboard again (by clicking on the TextView), then the list is...
  2. Lucas Eduardo

    iOS Question CalcRelativeKeyboardHeight CustomListView

    Hello, i'm trying to calculate the keyboard with customlistview, i tryed this https://www.b4x.com/android/forum/threads/calcrelativekeyboardheight-example.64054/#content but without success. I did a code that works with panels and textfields or textviews inside a panel, when i tryed with...
  3. M

    iOS Question xCustomListView doesn't have the method "CalcRelativeKeyboardHeight"

    Why xCustomListView doesn't have the method "CalcRelativeKeyboardHeight"?
  4. Alexander Stolte

    iOS Question View over the keyboard

    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: pnl_ground.Top =...
Top