Expected: open camera
<input type="file" accept="image/*" capture="environment" />
Expected: open album on android
<input type="file" accept="image/*" />
Expected: both camera and album are supported
<input type="file" accept="image/*;capture=camera" />