I have Form in my website that accepts a file input. the code for the input is here:
<input type="file" accept="image/*" capture/>
When I run this on my note 4 with google chrome for android I get to choose only Camera apps to add the image from. I cannot choose to use image from gallery or photos.
In IPhone with Safari it works perfect. it allows me to choose from gallery or camera. what not in google chrome for android? what am i missing ?