Column does not move up when keypad opens

I have a column on a screen with several rows in it. The rows contain fields for the user to fill in information. This column is set to scroll but when I put the cursor in some of the lower text boxes which opens the keypad, the screen does not move up. So the cursor is in the text box and the keypad is open but you cannot see what you are typing in the text box. How do I setup the screen so that the column scrolls up to show the current text box being edited while the user types?

2 Likes

Related to: When the keyboard appears the screen become short - #9 by mimostel

I have a GitHub bug request similar to this problem: Opening the keyboard squashes the screen · Issue #998 · thunkable/thunkable-issues · GitHub

The keyboard is outside of the column and therefore the column should not be effected. You need to set the screen scrollable option to true to see any effect.

1 Like

Yep! That was the issue. Thank you!

1 Like