Tejas Kutal
Results
1
issues of
Tejas Kutal
It was working fine until recently, I followed the steps [here](https://ionicframework.com/docs/native/base64/) but the following code does not work. `this.base64.encodeFile(filePath).then((base64File: string) => { console.log(base64File); }, (err) => { console.log(err); });` The...