The website developer can configure which camera to use. Instead of
<input type="file" accept="image/*" capture="user" />
it is
<input type="file" accept="image/*" capture="environment" />
This doesn’t help you, but it’s cool for a web dev.
A place to discuss the news and latest developments on the open-source browser Firefox
The website developer can configure which camera to use. Instead of
<input type="file" accept="image/*" capture="user" />
it is
<input type="file" accept="image/*" capture="environment" />
This doesn’t help you, but it’s cool for a web dev.