in godot 4 i am making UI game. Each scene is loaded with a lot of LineEdits and user needs to type letters 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 switches focus on line edit 2 to modify it, keyboard closes and opens again. because there is hundreds of line edits in the scene constant closing and opening of keyboard becomes really annoying. is there way to keep the keyboard open all the time?
Thank you in advance!