Hello Experts,
We have built a PWA mobile app using VBCS. This is a custom warehouse management app using the handheld RFID scanner device, Honeywell CT60. The scanner device inputs the value in the input text where the current focus is, which is working perfectly fine. We use the raw value change listener to process the scanned value.
- However, we would like to restrict the user from changing the value manually in the input text while scanner needs to behave in the same way.
- An alternative approach could be, process the response of the RFID scanner without having to raise a value change event by inputting the value in an input field.
Note: We do not have the device with us and do not know any event the device in itself raise.
Device: https://sps.honeywell.com/us/en/products/productivity/mobile-computers/handheld-computers/dolphin-ct60-handheld-computerRequest you to provide ideas on how can be achieve any of the above? Preferably #1