-
-
Notifications
You must be signed in to change notification settings - Fork 283
HTML5 video not working: permission denied #250
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
Comments
The camera's permission is disabled, that's why you are getting this error. Simply follow the code given below, the camera will start working as well as your scanner which depends on it. Under MainActivity.Java file / asw_view.SetwebChromeClient. Post this code
Add the line under websettings And make sure record_audio and camera permissions are granted in android manifest xml. |
i got the same problem and @husaindevelop, i put your code but give me error when i build app. error: cannot find symbol @mgks any idea? |
I am using an HTML5 QR code reader https://github.com/mebjas/html5-qrcode. everything works fine on chrome, but I get the following error when i try from the webview

Please help...
The text was updated successfully, but these errors were encountered: