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