I have an Android device with an integrated barcode scanner. It is configured to add a tab
character suffix so that focus should move to the next field in a form, but it fails to do so. Instead, an actual tab
character is inserted in the text itself.
I know Android keyboard has a next
key to navigate to next input, but I can't find the machine code it uses to provide it as a suffix for the barcode scanner. Any help wouldbe very much appreciated.
I'm not actually developping the app, but configuring the barcode scanner. The form works fine with tab
on a computer.