How to always keep keyboard open

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!

Here is the method explained in the documentation:
DisplayServer.virtual_keyboard_show

Yes but i am trying to make it so that Virtual Keyboard is shown only 1 time and it doesn’t need to close and reopen everytime lineedit gains focus