when I visit https://m.facebook.com/ I can upload a picture from gallery , or take picture from camera.
How it is possible that a website is able to run native actions ?
when I visit https://m.facebook.com/ I can upload a picture from gallery , or take picture from camera.
How it is possible that a website is able to run native actions ?
Have you tryed something like this?
<input type="file" accept="image/*;capture=camera">
You can use the
<input type="file" accept="image/*;capture=camera">
<input type="file" accept="video/*;capture=camcorder">
<input type="file" accept="audio/*;capture=microphone">
Compatability: