Using an input tag like so in iOS and clicking on it would display this menu:
<input type="file" accept="image/*" capture="camera">
If the user clicks on Take Photo, then take a photo, it is not saved to his Camera Roll. Is there any way to enable that?
Thanks!