We’ve built an Ionic app where a user could change this avatar which used across the app. We used the https://github.com/wymsee/cordova-imagePicker.git plugin, but the plugin only gave us the local path to the image, where we needed the image data so we could send the data to our server where we could persist it.
This is also a viable solution mainly because it require only one plugin.
Though it has one problem, certain Android devices will not work with sourceType “PHOTOLIBRARY”. For some reason, instead of a photo library it will access certain 3rd party photo library applications leading to error.
We used this methode a while ago, and this plugin you mentioned wasn’t there in that time, but looks that it does the job. Is it also supporting multi image selection? Couldn’t find it in the docs.
It happens when a user associate a new application to a specific file type, like open .pdf files with some kind of a pdf reader, not the default built in, isn’t it?