There is no capture="camera"
attribute for input type="file"
tag in official w3.org documentation.
Ironically on so many places I found capture="camera"
is used. Example here or here or here and so many other places.
Not a single tutorial with capture="user"
. Why is that?
Is there any major difference between capture="user"
and capture="camera"
?
Can you please also mention device compatibility for capture="user"
and capture="camera"
? I couldn't find it anywhere.