在使用cordova-camera的ios上即时开发应用程序cordova,但是当我尝试使用相机时,应用程序崩溃并退出应用程序
我在iOS应用上尝试了cordova
navigator.camera.getPicture(onSuccess, onFail, {
quality: 20,
targetWidth: 700,
targetHeight: 700,
allowEdit: true,
destinationType: Camera.DestinationType.NATIVE_URI
});
function onSuccess(dataImage) {
uploadprofilePhoto(dataImage);
}
function onFail(message) {
//alert('Failed because: ' + message);
}
任何错误,但我看不到ios xcode上的登录,但是我知道这是索引上的元标记