Problem showing gallery camera Cordova Ios

Asked

Viewed 136 times

1

I’m using the Cordova plugin $cordovaCamera.getPicture and when opening the photo gallery on Ios is breaking the label this way: inserir a descrição da imagem aqui

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 };
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.