I am writing a simple inventory tracking program. I want to be able to have people scan items with an external reader and without needing any keyboard entry.
I'd like to be able to use a separate barcode reader to read a barcode and beep or buzz depending on the results of that as well as display an optional on-screen entry.
From my reading, I can't capture the return key and do anything useful like trigger the default button, I also tried setting the suffix to a tab key and have it's onselect action do a lookup and return the focus to the initial field. Neither method seems to work.
Is there any way to get this to work in PowerApps? Again, I want to repeatedly process barcode input without needing to push a button or do anything else. I want to use an external reader and NOT the builtin mobile control.