cordova-plugin-photo-library icon indicating copy to clipboard operation
cordova-plugin-photo-library copied to clipboard

Add getLibraryByAlbum function

Open AndreasGassmann opened this issue 7 years ago • 2 comments

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?

AndreasGassmann avatar Jul 01 '17 05:07 AndreasGassmann

Agree. PR will be appreciated.

viskin avatar Aug 18 '17 08:08 viskin

This function should be essential, for plugin performance, it is very necessary.

riquemoraes avatar Jun 17 '19 05:06 riquemoraes