cordova-plugin-photo-library
cordova-plugin-photo-library copied to clipboard
Way to cancel getLibrary process?
Hi,
Is there any way to cancel the getLibrary process? On large libraries if yo do multiple getLibrary process without cancel the previous process the plugin not work properly.
I have already tried to unsubscribe to getLibrary observable but the process continues
Thanks
@Hanzofm hi. I find is very strange solution. calling "throw Error('stop')" will stop process :dango: