cordova-plugin-photo-library
cordova-plugin-photo-library copied to clipboard
getLibrary never returns when library is empty
On Android:
cordova.plugins.photoLibrary.getLibrary(success,error,options);
//success or error won't be called if library has no photos
I expected success to be called with an empty library array.
Still not resolved