I am using the Phonegap API to capture an image.
Once i take the picture and attach it my success call back method is not called .
Here is how i have implement
this is correct behaviour of a phonegap app for security reasons.
If you could access the camera from a webpage loaded in the Webview this would open a lot of possible security hazards.
You have to load the camera from the local index.html file.
Take a look in how to deploy your app on the phone und and use market place for updates.