Generally speaking, I think that using uri might be less memory consuming as base64 and therefore better, but that’s only my point of view. So if possible, I would advice to stick to file.
About crop, the plugin looks cool, didn’t knew it, thx I use cropperjs, I’m happy with it. The plus of this lib is that it would works in a PWA too.
thx for your help. My current backend logic takes base64 and other data. I will change it in the future.
I tried nomalizeURL and ionic complainted that it couldn’t find the file. I didn’t work for me.
For my PWA app, I use https://github.com/web-dave/ngx-img-cropper currently. Thanks for mentioning the cropperjs on the other thread. It looks cool! and very powerful. I will take a look at it.
I hope the Ionic team will improve the native Crop plugin
nomalizeURL work for me with cropperjs, maybe there is something specific to the crop plugin you mentioned?
Notes:
I guess the Ionic team won’t improve this plugin since it’s not made by them
About your backend, you could receive or send the images in base64 and convert them to files in your app, that would be an idea too (cordova-plugin-file to save file locally)
About ngx-img-cropper, yep I know it but I’ve to say I rather like cropperjs