Solved[Android Setup]
File upload isn't opening the gallery or camera in Android WebView
I have a file input <input type="file" accept="image/*"> on my website. When using a normal mobile browser, clicking it opens the image gallery/camera picker.
However, inside our compiled Android app, clicking the button does absolutely nothing. No errors are printed. How do I fix this?

