Android Virtual Keyboard won't pop up?

Hi everyone,

I am working on an app where you have to type in a lot of names.
I want to make it as easy as possible for the user.

The idea is that you click on a textbox, type in a name, and press a button to confirm the name.
After that, you immediately get focus on the textbox again and the keyboard does not go away or goes away but comes back right after the focus is back.

On the picture you see my blueprints, my text box regains its focus but the keyboard does not return?

Is there a special node that can get the keyboard back or another way to do it, having to click on the textbox every time is a bit annoying for the user and I want to prevent that.

I found out how to solve this.
The textbox will only pop up on focus by pointer, that is the default setting.
If you want to change that to all the focus events: Text box - Behavior - Show Advanced - Virtual Keyboard Trigger - On All Focus Events.

great job , it also work on ios