Problem viewing gallery camera cordova ios

1

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 };
    
asked by anonymous 23.04.2016 / 00:06

0 answers