79102198

Date: 2024-10-18 13:10:02
Score: 0.5
Natty:
Report link

you'll need this basically undocumented capture attribute added to your input's accept property

<input type="file" accept="image/*;capture=camera" />

https://gist.github.com/danawoodman/4788404bc620d5392d111dba98c73873

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: joeriks