Hi All,
I'm using the ABZxing lib and it's great however in the event that there has been no barcode detected for x seconds I want to return control to my app. I can do this with a kiosk method.
The problem that I have is that although the control returns to the app, the call to the ZXing lib seems to be still active. Thus the second call that is made opens a second instance.
How do I either trigger the cancel event or kill the call when returning to my app?
Regards,
Jon
I'm using the ABZxing lib and it's great however in the event that there has been no barcode detected for x seconds I want to return control to my app. I can do this with a kiosk method.
The problem that I have is that although the control returns to the app, the call to the ZXing lib seems to be still active. Thus the second call that is made opens a second instance.
How do I either trigger the cancel event or kill the call when returning to my app?
Regards,
Jon