I have an issue where when focusing on a textbox to enter on mobile (android, chrome) the onscreen keyboard will pop up and push the textbox off the screen. This causes the text box to be blurred and the on-screen keyboard to disappear.need help!
Develop games in your browser. Powerful, performant & highly capable.
Maybe move the textbox when clicked on or change the scroll so it stays onscreen. That’s what I’d try.
As an alternate you could try the js prompt() function to get input instead of using the textbox.
w3schools.com/jsref/met_win_prompt.asp
Anyways, just ideas.