1

I am trying to implement an app which loads a website that has html5 camera inside a Webview. I did many research based on it but couldn't achieve that. The website works perfectly inside the webview but the camera is not working. Even i have the required permission

Here's a url of a website which has camera on it,

https://davidwalsh.name/demo/camera.php

<uses-permission android:name="android.permission.INTERNET" />
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
    <uses-permission android:name="android.permission.CAMERA" />
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

I expect the camera working inside the webview but the camera is blank

0 Answers0