I am using lastest version of webview and want to access iOS camera from within webview. Everything works great on Safari (e.g. page: https://davidwalsh.name/demo/camera.php), however, nothing happens inside webview. I granted needed permissions like camera or audio, however, it still does not work.
<WebView source={{ uri: 'https://davidwalsh.name/demo/camera.php' }}/>
Any ideas?