phonegap-base64
phonegap-base64 copied to clipboard
SecurityError: The operation is insecure
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();
Same issue with me