I have a sample app for scanning barcode and would like the input box onchange event to fire when the image scan has completed. Then navigate to another screen. The navigation function work if I tab away from the box "lostfocus" or press return, but, if I scan the event does not fire when the input box changes from empty to the scan results. Some examples suggest that updateContext function using a variable, but, input boxes do not have a text property.
Any suggestions would be greatly appreciated.