I tried to make a android app using HTML + phonegap 2.6.0 which is support:
<input type="file" />
By default, if the HTML is open via android browser itself, it will show "camera" , "gallery" , "dropbox" etc when clicking @ browse button. But if I run the HTML on app webview, file chooser is coming up which is we can choose from gallery, dropbox, music track etc except from camera.
I tried to use:<input type="file" accept="image/*" />
perhaps when I run the app it will showing camera icon to choose. Unfortunately no.
My objective is when i press on browse button, the camera icon is showing up together with gallery etc.. It is possible to do this with phonegap? :(