Im working with Sencha Touch however this is more a general question.
I have implemented an image file upload example with a simple html input type file.
Running the example from an Android browser, like Chrome, when I press the select file button, the camera appears as an option to get the file. However, if I package the applcation via Phonegap, when I press the button, only the File Manager and similar applications can be selected.
Also I have tried with input type file, accept image/* and capture camera with no success.
Is it possible that the Android WebView that renders the page is not fully functional as the Chrome view is?
Do I have another standard option to choose the camera insted of using Phonegap?
Thanks!