Tejas Kutal
Tejas Kutal
Are you fetching the image through Camera/Gallery ?
You don't need the Base64 plugin then, you can simply change the below line from: `destinationType: this.camera.DestinationType.FILE_URI,` to: `destinationType: this.camera.DestinationType.DATA_URL,` This will give you the Base64 of the selected/clicked image...
Coz it's been in 'beta' stage since like forever :/
Anytime. In case you find a solution to get base64 from the image URI, please post it here. I need it too :)