1
I’m using the Cordova plugin $cordovaCamera.getPicture
and when opening the photo gallery on Ios is breaking the label this way:
First : I have the language of the device in Portuguese and is appearing in English
Second: The letters are separated by "_" and not by space. Someone’s had this problem before?
version Cordova 6.1.1, Ionic 1.7.14, Ios 9.3
Excerpt from the code
var options = { quality: 100,
destinationType: Camera.DestinationType.NATIVE_URL,
sourceType: Camera.PictureSourceType.PHOTOLIBRARY,
allowEdit: true,
encodingType: Camera.EncodingType.JPEG,
targetWidth: 400,
targetHeight: 400,
popoverOptions: CameraPopoverOptions,
saveToPhotoAlbum: false };