Telerik-Verified-Plugins / ImagePicker

Cordova Plugin For Multiple Image Selection
MIT License
181 stars 329 forks source link

Customize / remove loader and text #229

Open CarlosTorrecillas opened 3 years ago

CarlosTorrecillas commented 3 years ago

Hi there,

First of all, thanks for this plugin, it's great!

I wasnted to ask you if there is any kind of setting to avoid showing the loader that is presented when getPictures is being executed to load the stuff from the gallery. It's kind of weird the fact that the loader itself is not the actual native one and the text cannot be customized which is a pity too.

In my case I'm using v2.3.5 and perhaps because I use window.imagePicker.getPictures I don't get the "native" loaders through? Following your set up instructions you don't get the same display than, for example, the loadingController's popup. Does that make sense?

Thanks in advance.