React – How to prompt/show keyboard on mobile devices for event listeners?

I’m following a guide for a hangman game built using react…

I have a useEffect function which contains event listeners for keypresses.

However when viewing the page on mobile devices, there is no way to bring up the keyboard to actually press the keys.