I have an input field where the player puts type text in but if the player hits the back button and the android on-screen keyboard goes away the input field removes any text the player has inputted into the field is they a way to stop this from happening?
Store the currently typed text in a variable and have that set the default in the text field.