Hello, I am creating an Android application with Ionic Framework and Vue.js. I am having an issue where my simple html input file tag only utilizes the phones gallery when using the native version of the app.
When I load the application in my browser it prompts me if I want to use camera or gallery.
How do I prompt the user to use their camera when using the app rather than on a browser? Thanks.
Here is my input tag.
<input type="file" id="picture" name="picture" accept="image/png, image/jpeg">