I'm using a tablet with Android 2.2. Is there something like Tab to switch to the next form field?
Asked
Active
Viewed 3.1k times
2 Answers
4
Do you mean with an external keyboard or the on-screen keyboard?
With the on-screen keyboard, usually the <Enter>
key turns into a <Next>
key (looks like a right arrow) when there is another field after the current one. At least, this seems to be how most apps on Android work.
Sometimes it doesn't change functionality; this happens most often in web forms where the enter key is a valid input.

Stephen S
- 5,407
- 6
- 45
- 59
-
That doesn't work when the field is a textarea (multi-lines). The
key inserts a newline. – Florian F Jul 18 '16 at 11:33
4
If you have SWYPE, all you need to do is long press the SPACE bar.
Alternatively, you can download Hacker's Keyboard from the Play Store. It has TAB/CTRL/ESC/ARROW
keys etc

input
- 266
- 2
- 9