I am creating a puzzle game for mobile which require player input. However, the input box that I want is like this:
Lets say the answer of the puzzle is “dog”, and there are 3 input box for user to type in. How to make each of the input box navigate to the next input box when they have key in 1 alphabet without closing the keyboard on their screen?
Thanks in advanced.