在三星S2上使用正确的方向后应用程序崩溃

时间:2013-10-30 11:25:08

标签: android cordova android-camera capture

手机:三星S2 PhoneGap的:2.8.0 再次复制:在拍摄图像后,点击“保存”按钮,然后应用程序崩溃。我尝试使用 this 通过更改mainfest.xml文件仍存在问题。

这是我的捕获图像代码

$("#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 }); 
    });

请给我这个问题的解决方案。

0 个答案:

没有答案