delight-im / Android-AdvancedWebView

Enhanced WebView component for Android that works as intended out of the box
MIT License
2.39k stars 574 forks source link

Webviews with URL that requires camera access don't work with AdvancedWebView #274

Closed amanzan closed 3 years ago

amanzan commented 3 years ago

I'm testing a simple Webview with this URL: https://qrcodescan.in/ and it does not work with AdvancedWebView This URL requires camera access, and it does so in a normal WebView. AdvancedWebView does not even prompt user to allow camera access: it shows an "Unable to access the camera" message. Is there any way to make this work?

ocram commented 3 years ago

Thanks!

Did that site really work better in the original WebView, out of the box, than with this library?

Did you find the cause of this problem?