• Godot HelpGUI
  • Handling mobile virtual keyboard covering half the screen in landscape layout

Yeah. I have a LineEdit that's on the lower half of the screen. It's in a container so I can't just move it up. Would a good solution to this be making another LineEdit, placing it above the keyboard, and making it visible when the keyboard appears?

You could add a margin container on focus, size it so the line edit is on the screen with space below.

okay thanks for the suggestion

2 years later