phonegap-base64
phonegap-base64 copied to clipboard
Not working in iOS
It was working fine until recently, I followed the steps here but the following code does not work.
this.base64.encodeFile(filePath).then((base64File: string) => { console.log(base64File); }, (err) => { console.log(err); });
The above code does not work.
Same !
same
Same, return this error: Failed to load resource: the server responded with a status of 404 (Not Found)