Skip to content
New issue

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

Cancel on iOS is slow #103

Open
PietroGranati opened this issue Feb 5, 2019 · 0 comments
Open

Cancel on iOS is slow #103

PietroGranati opened this issue Feb 5, 2019 · 0 comments

Comments

@PietroGranati
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant