I'm using the cordova plugin $cordovaCamera.getPicture
and when I open the photo gallery in ios it's breaking the label like this:
First:IhavethelanguageofthedeviceinPortugueseandisappearinginEnglish
Second:Thelettersareseparatedby"_" and not by space. Has anyone had this problem yet?
version 6.1.1, ionic 1.7.14, ios 9.3
Code snippet
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 };