[Solved] How can in keep visual components in place when an input is focused?

On some forms when I position myself with the focus on a field, the whole screen is compacted.
I don’t understand why on some screens, however, it doesn’t happen.

1 Like

Welcome to Thunkable.

When you click on a field to enter any value the keyboard comes up and takes space from the screen.

You have two options here:

  • You either accept that components in the screen get squashed.
  • Set the screen scroll option to true so that the screen makes space for the keyboard by scrolling the other components.
1 Like

Thanks! :slight_smile:

I preferred to set the Screen sroll flag to true…

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.