We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I've noticed that since last update, if I use frontcamera in the beginning like: Barcode.useFrontCamera = false; Barcode.capture({ animate: true, //useFrontCamera : true, overlay: overlay, showCancel: false, showRectangle: true, keepOpen: false, acceptedFormats: [Barcode.FORMAT_QR_CODE] }); if(OS_IOS) setTimeout(frontCamera, 100); else Barcode.useFrontCamera = true;
Barcode.useFrontCamera = false; Barcode.capture({ animate: true, //useFrontCamera : true, overlay: overlay, showCancel: false, showRectangle: true, keepOpen: false, acceptedFormats: [Barcode.FORMAT_QR_CODE] }); if(OS_IOS) setTimeout(frontCamera, 100); else Barcode.useFrontCamera = true;
And have the default Cancel buttons in the examples it takes like 7 seconds to do the cancel
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I've noticed that since last update, if I use frontcamera in the beginning like:
Barcode.useFrontCamera = false; Barcode.capture({ animate: true, //useFrontCamera : true, overlay: overlay, showCancel: false, showRectangle: true, keepOpen: false, acceptedFormats: [Barcode.FORMAT_QR_CODE] }); if(OS_IOS) setTimeout(frontCamera, 100); else Barcode.useFrontCamera = true;
And have the default Cancel buttons in the examples it takes like 7 seconds to do the cancel
The text was updated successfully, but these errors were encountered: