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 2018/09/01 10:16:33 UTC

[GitHub] cikcoh opened a new issue #333: destinationType return wrong value type

cikcoh opened a new issue #333: destinationType return wrong value type
URL: https://github.com/apache/cordova-plugin-camera/issues/333
 
 
       const options: CameraOptions = {
         quality: 100,
         destinationType: this.camera.DestinationType.DATA_URL,
   			sourceType: this.camera.PictureSourceType.PHOTOLIBRARY,
         mediaType: this.camera.MediaType.ALLMEDIA
       }
    when i get picture/video from gallery it returns data in file_uri instead of base64.
    if i get a new picture from camera the, it return base64.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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