tmk1991 commented on issue #573: Android 10 select video return path error URL: https://github.com/apache/cordova-plugin-camera/issues/573#issuecomment-607084243 Similar issue using the following in android 10: ``` const options: CameraOptions = { quality: 40, targetHeight: 1000, targetWidth: 1000, correctOrientation: true, allowEdit: true, destinationType: this.camera.DestinationType.FILE_URI, sourceType: this.camera.PictureSourceType.PHOTOLIBRARY, mediaType: this.camera.MediaType.ALLMEDIA }; ``` Returns undefined with `FILE_URI`. Changing to DATA_URL works. Would prefer to use FILE_URI.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
