Closed l3vick closed 5 years ago
I also would like to be able to do this.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
+1
We also need to close barcode scanner automatically when user session expires.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This thread has been automatically locked.
I am using barcode scanner to read QR while a service is running on background to receive instant payments.
I am receiving the payment and I thought I could fire an event subscribed in the page where the barcode is scanning. The event is also correctly fired but the camera is not closed with this.navCtrl.pop(). and if I alert something is displayed behind the CaptureActivity
Is there any way to close the Scanner without "scanning" ?
Thanks in advance.