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.