You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2020/04/01 07:32:47 UTC

[GitHub] [cordova-plugin-camera] tmk1991 commented on issue #573: Android 10 select video return path error

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org