Input image in form
This simple input allows to input image link into form. At press it shows options to pick photo from camera or select one from gallery.
<form>
<input type="file" accept="image/*">
</form>