E
egarcia
Guest
The barcode scanner service (Device service) can be mapped to UI components or to localStorage variables. It looks like the scanner that you are using simulates user input as a keyboard. Could you confirm if that is the case? How does it signal end of input? Does it use a return? Perhaps, a solution could be to use a different component, for example, a button and detect the keystrokes (keypress, keyup, keydown events). I hope this helps.
Continue reading...
Continue reading...