【发布时间】:2020-06-07 17:51:05
【问题描述】:
我正在使用这个 CameraOptions
private optionsCamera: CameraOptions = {
quality: 50,
saveToPhotoAlbum: false,
correctOrientation:true,
allowEdit: true,
targetWidth:1024,
targetHeight:1024,
sourceType: this.camera.PictureSourceType.CAMERA,
cameraDirection: this.camera.Direction.FRONT, // also i use Numbers also "1"
destinationType: this.camera.DestinationType.DATA_URL,
encodingType: this.camera.EncodingType.PNG,
mediaType: this.camera.MediaType.PICTURE,
}
但在构建后仍然是 android 只打开后置摄像头
请帮助我更换相机插件(默认前置相机)或修复 ionic 4 的此错误
【问题讨论】:
标签: android ionic-framework cordova-plugins ionic4 cordova-plugin-camera