-
Notifications
You must be signed in to change notification settings - Fork 120
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
NotAllowedError: Permission denied in APP Android #75
Comments
Have you allowed your browser / application to access the webcam? |
Yes... In brower its Ok. But inside APP this site is open in webview
(plugin inapbrower) and not permission to use the camera.
Thank you.
Em sáb, 19 de jan de 2019 2:07 PM, Jonas Hartmann <[email protected]
escreveu:
… Have you allowed your browser to access the webcam?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#75 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AsFawhfzMd8kqnDLyyElWlPUNoW0GDwLks5vE0KpgaJpZM4ZkDPu>
.
|
Since that is Android native, you might need to implement certain
permission requests and maybe even override some permission callbacks.
Nothing I can help with, as it isn't a problem with this library.
|
The app must be over HTTPS connection, nothing over HTTP. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am having a permission error denied when accessing the webcam by the android application:
The text was updated successfully, but these errors were encountered: