1
Good evening,I have a project in html, is already in responsive form, so there in the project there is a need to open the mobile camera, I would like to know how I can do this.
1
Good evening,I have a project in html, is already in responsive form, so there in the project there is a need to open the mobile camera, I would like to know how I can do this.
Browser other questions tagged javascript html css
You are not signed in. Login or sign up in order to post.
Browsers can’t access anything in the operating system for security. You would need to program some application (Android Studio, React Native, Ionic ...) that gets permission to access the device
– Sveen
@Sveen You are not 100% correct, it can use an input file
<input type="file" accept="image/*;capture=camera">
– Leandro Angelo
Thanks Leandro. I already wanted to admire, the veses when people do not know invent something
– Emídio Maria Inna