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

SecurityError: The operation is insecure

Open dcastroeyss opened this issue 6 years ago • 1 comments

this.base64.encodeFile(this.images[i]) .then( (base64File: string) => { this.loadingImages[i] = false; document.querySelector(#image${i}).setAttribute('src', base64File) }, (err) => { this.loadingImages[i] = false; this.telocambioService.presentToast('Hubo un error al cargar la imagen, intenta de nuevo.') } )

I am trying convert a image to Base64 in iOS, y I am getting this error: SecurityError " return canvas.toDataURL();

dcastroeyss avatar Aug 01 '18 13:08 dcastroeyss

Same issue with me

zulkarnainshah avatar Jan 03 '21 09:01 zulkarnainshah