Godot Version
V4.2.2
Question
in godot 4 i am making UI game. it is UI game, each scene is loaded with a lot of iput fields (LineEdits) and user needs to type info there. however whenever i exported the game and tested it on mobile device i saw that whenever user is done with for example line edit 1 and taps on line edit 2 to modify it, keyboard closes and opens again. because there is hundreds of line edits in the scene it becomes really annoying. is there way to keep the keyboard up all the time?
Thank you in advance!