Error using Ionic's Base64 Encounter in IOS

0

I use the native Camera of the same ionic, along with the CROP, The crop, so I return the PATH of the Image, so I use the CaixaBox of the ionic itself, it works 100% in android , but it does not mean it ignores this code, it does not execute it, it does not return error, nothing ... Does anyone know anything about this error?

this.base64.encodeFile(filePath).then((base64File: string) => { console.log("entrei no base64") },err => console.log(err))

It simply passes straight through and does not perform this function

    
asked by anonymous 17.01.2018 / 15:42

0 answers