I have a simple QR Code app which is working fine.
However, I’d like to reduce the user’s interactions and time, by having them scanning without having to press Save.
The Form view, has an auto-save button, but the auto-save won’t start until the the field looses focus.
When the scanner scans a QR code, it writes the URL into a text field and it stays there waiting until the user removes focus , after which it auto-save.
Is scanner carriage return supported? This would do the trick.
Immediately after scanning a barcode, can the app be programmed to press enter, or to focus the cursor to another field? This would trigger the auto-save.
