-
-
Notifications
You must be signed in to change notification settings - Fork 302
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
Add a nice screen asking for camera permission #543
Labels
🐛 bug
Something isn't working
🍎 iOS
iOS specific issues or PRs
permissions
🤳🥫 Scan
We need to be able to scan on low-end, old devices, even with a bad camera, connexion…
Milestone
Comments
As mentioned in the linked issue, we could use something like https://pub.dev/packages/permission_handler to avoid displaying QRView when the permission is not granted. We could show a nice screen explaining how to grant the permission in that case. |
slava-sh
changed the title
qr_code_scanner throws an exception when camera permission is denied on iOS
Add a nice screen asking for camera permission
Sep 2, 2021
@teolemon I'd like to work on this alongside some of the graceful fail states I mentioned today. :) |
My remarks:
|
olivierdrouard
moved this from Todo (ready 2 dev)
to To discuss and validate
in 🤳🥫 The Open Food Facts mobile app (Android & iOS)
Apr 11, 2022
teolemon
added
🤳🥫 Scan
We need to be able to scan on low-end, old devices, even with a bad camera, connexion…
and removed
scanning
labels
May 8, 2022
Implemented in the app a few weeks ago |
Repository owner
moved this from To discuss and validate
to Done
in 🤳🥫 The Open Food Facts mobile app (Android & iOS)
Jul 11, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
🐛 bug
Something isn't working
🍎 iOS
iOS specific issues or PRs
permissions
🤳🥫 Scan
We need to be able to scan on low-end, old devices, even with a bad camera, connexion…
See juliuscanute/qr_code_scanner#345 (comment)
To Reproduce
Steps to reproduce the behavior:
Part of
The text was updated successfully, but these errors were encountered: