I have a CustomListView in which I load a panel that contains a larger number of inputs (B4XComboBox, B4XFloatTextField and an Button for submit).
The height of the panel exceeds the height of the screen, scrolling is required. What is the correct approach in this case for the inputs that are at the bottom of the panel because the keyboard overlaps them when editing? I tried to make the panel longer with the height of the keyboard but I don't think it's a very good / optimal idea.
Thank you!
The height of the panel exceeds the height of the screen, scrolling is required. What is the correct approach in this case for the inputs that are at the bottom of the panel because the keyboard overlaps them when editing? I tried to make the panel longer with the height of the keyboard but I don't think it's a very good / optimal idea.
Thank you!