Hi, first time posting here, I've looked around but couldn't find a solution to my case here.
I have a simple form where you need to fill in some info like name, age, etc...
What I want to happen is that when I press return on the touch screen keyboard on the mobile device it automatically focus the next field, so I don't have to touch on it to bring the keyboard up.
I have return key set to submit and I tried using nextField.isSelected = true, it works fine in the editor but nothing happens when on a mobile device. Any help?