cordova-plugin-photo-library
cordova-plugin-photo-library copied to clipboard
Add getLibraryByAlbum function
Currently the only way to get all pictures of a specific album is to load all images and albums and then filter the results.
On iOS "includeAlbumData" makes getLibrary()
very slow so this is not viable in many situations. A new function that gets all pictures in a specific album would solve this issue.
Thoughts?
Agree. PR will be appreciated.
This function should be essential, for plugin performance, it is very necessary.