Hi Experts,
I use "Control.Type.FormCell.SimpleProperty" control as an editable numeric input representing a quantity. The user can modify manually the value in the input, or the user can scan a barcode to increase the value by 1.
The issue is wh...
That was it: "Keystroke output" property was enabled on the Zebra device. I disabled it and solved my issue (we already had configured the hardware scanner to trigger an intent).Thank you!
I forgot to mention that I tried to do something like:clientAPI.getPageProxy().binding = oNewData;And I got the following error in the console:"Cannot set property binding of #<ga> which has only a getter"