Thanks very much for the suggestions. This doesn't work in the inappbrowser, I tried 3 different inputs but it doesn't have camera as an option.
I tried:
<input style="font-size:20px;height:80px;" type="file" class="" name="userfile" size="20" accept="image/*" capture="camera" />
<input type="file" accept="image/*" capture>
<input type="file" accept="image/*" capture="camera">
I have attached an image of the input options. It works with the normal browser but not using the phonegap app with inappbrowser. I am wondering if it's a permissions thing where the app can't access the camera.
Any thoughts?
Chris,