EinfachHans / cordova-plugin-advanced-imagepicker

Cordova Plugin for an advanced (multiple) ImagePicker
29 stars 48 forks source link

Handle cancel event on Android #37

Closed rokkreslincom closed 2 years ago

rokkreslincom commented 2 years ago

TedImagePicker exposes cancelListener since version 1.2.6. If we upgrade the dependency we can easily support the cancel event (#11) by returning an empty array to the user.

rokkreslincom commented 2 years ago

I'm sorry I didn't see iOS actually returns an error code for it. It seemed more natural to return an empty list, not an error. I will close the PR.