phonegap-base64 icon indicating copy to clipboard operation
phonegap-base64 copied to clipboard

Not working in iOS

Open tejaskutal opened this issue 7 years ago • 3 comments

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.

tejaskutal avatar Feb 05 '18 10:02 tejaskutal

Same !

nawwa avatar Aug 27 '18 11:08 nawwa

same

devnik avatar Oct 01 '18 07:10 devnik

Same, return this error: Failed to load resource: the server responded with a status of 404 (Not Found)

rogerbenevento avatar Dec 15 '18 10:12 rogerbenevento