How can I open the gallery on my android device with html5?
I'v tried with accept="image/*"
but this didn't worked
<input type='file' name='image' accept="image/*">
-- Update Juli 2021 --
The issue stil exist and I have not found a way to solve the problem.