wymsee / cordova-imagePicker

Cordova Plugin For Multiple Image Selection
MIT License
407 stars 854 forks source link

return image faster #37

Open razwasserstein opened 9 years ago

razwasserstein commented 9 years ago

Hi after choosing the photos it takes a lot of time to see them in JS, for 30 photos it takes 30 seconds which is problematic for us :( Can you make this time shorter somehow?

kim1059 commented 9 years ago

Is this a problem on ios?

IAmWebSA commented 9 years ago

Also seen on android, I think this is during copying to cache.

rkajbaf commented 9 years ago

I see the slowness as well on iOS. Maybe if we returned each image one at a time instead of waiting until all images are ready.

kmsheng commented 9 years ago

+1 for this issue

suiz0 commented 5 years ago

Is this repo still maintained?