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/17 14:42:38 UTC

[GitHub] htrinhq opened a new issue #344: Can't select a picture with a size of 5MB or more on Android

htrinhq opened a new issue #344: Can't select a picture with a size of 5MB or more on Android
URL: https://github.com/apache/cordova-plugin-camera/issues/344
 
 
   Hi,
   When i want to select a photo from SAVEDPHOTOALBUM, it seems that i can't select a picture with a size of 5MB or more on android, while it works perfectly on iOS.
   I'm working on Ionic 3.20.0
   with the cordova-plugin-camera 2.4.1
   cordova 8.0.0
   android 6.4.0
   
   For both Android and iOS i'm using the same Camera Options, whiche are:
   `quality: 100,
    allowEdit: true,
    sourceType: sourceType,
    correctOrientation: true,
    destinationType: this.camera.DestinationType.FILE_URI,
    encodingType: this.camera.EncodingType.JPEG,
    mediaType: this.camera.MediaType.PICTURE`

----------------------------------------------------------------
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