Access camera functionality in Android webview?
问题 I'm building a Native-Android/WebView-App thats code is hosted on a remote server (in HTML and Javascript). The Web App has a function that launches the phone's camera via a HTML form, input request: <form action="#" method="post" enctype="multipart/form-data" > <input name="image" type="file" accept="image/*" capture/> </form> This feature works perfectly well in the standard Android web browser but not in the Native App WebView browser. I have enabled the following permissions in the Native