0

Mobile:Samsung S2 PhoneGap:2.8.0 Replicate Again:After taking the image,clicked on save button then app is crashing.I tried with this by changing mainfest.xml file still problem existing.

Here is my capture image code

$("#camera_photos").on('click',function(event)
    {
        navigator.camera.getPicture(imageCaptureSuccess, imageCaptureError, { quality: 30, destinationType: Camera.DestinationType.FILE_URI,targetWidth: 500,targetHeight: 500,saveToPhotoAlbum: true,correctOrientation: true }); 
    });

Please give me solution for this issue.

Community
  • 1
  • 1
Ramakrishna
  • 686
  • 1
  • 12
  • 25
  • Please post logcat with the exception. – Szymon Oct 30 '13 at 11:29
  • See http://stackoverflow.com/questions/8997050/android-crashing-after-camera-intent. It may be not easy to follow one of the suggested paths in PhoneGap, but I cannot suggest painless medicine. – Alex Cohn Nov 01 '13 at 20:42

0 Answers0