Android Webview not asking for file

Not sure it this is a bug.

I am having some trouble loading a Webpage using the Webview on Android. More specific when the webpage has:

<input type="file" name="pic" accept="image/*">

On iOS I get:

On Android nothing happens… Has anyone else experienced this?

I haven’t tried this myself, but I’m googling around and it looks like you have to do extra stuff in Android to get support for this type of input, and it appears we simply missed that detail. I’ll file a ticket internally for it. Thanks for the report!