Enable Keyboard for Mobile Players

I apologize if this has been answered before, but I’m unable to find it.

Have a system in which normal players have key inputs from their keyboards directly input as keys for a text based game. They do not use a textbox.

Ex: A player at any time can input “ABCDEF…” on their keyboard during a specified time and it will immediately enter that character as part of a chat system.

I’m trying to ‘trigger’ the keyboard for mobile players so that when the game is ready to start accepting input from players, the keyboard is automatically triggered for mobile players so they can have the same ease and speed of typing as those on a desktop.

I believe the function you are trying to find is this one, however it may not be what you want.

That was it! Thanks. Figure an invisible textbox will work.