How is it possible to make a "take a picture" button using html 5 ? I know that by adding an
<input type="file" />
Android devices will ask the user to choose a source ... One of the sources is the camera.
however in iphone devices it will open the gallery to choose a picture the user wants to upload.
is it possible to create a button that will open the camera on both devices? (what about windows phones ?)
I am looking for a solution that can utilize any html-mobile framework i.e. phonegap, cordova etc...