Hi,
I have a webview that loads an abm of a web page.
On this page I have an <input type = 'file'>.
Can you make the app allow uploading files from this webview?
Code requires Android 5+ 1. Set a custom WebViewChromeClient. It is implemented with inline Java code. 2. The ShowFile_Chooser event is raised when the user clicks on a "browse" button. 3. You need to get the file URI with FileProvider and call SendResult. Example based on ContentChooser...