webcam-directive
webcam-directive copied to clipboard
NotAllowedError: Permission denied in APP Android
I am having a permission error denied when accessing the webcam by the android application:
<webcam channel="vm.channel"
on-streaming="vm.onSuccess()"
on-error="vm.onError(err)"
on-stream="vm.onStream(stream)"></webcam>
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 https://github.com/jonashartmann/webcam-directive/issues/75#issuecomment-455792619, 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.