React Native: Webview getUserMedia not working (onPermissionRequest override?)
I'm developing an application for iOS, Android and Windows with React Native in which I need to show a webpage through a WebView . That webpage accesses the camera of the device, so it uses MediaDevices.getUserMedia() Javascript function. It works without problems in desktop, even in the Chrome app on the smartphone . However, when I call the webpage via the React Native <WebView /> , I get a PermissionDenied error. The problem is that no request is shown to let me accept that permission. It justs denies the request without asking. Here is a sample of my WebView element: <WebView style={{flex: