NativeScript / nativescript-imagepicker

Imagepicker plugin supporting both single and multiple selection.
Apache License 2.0
104 stars 74 forks source link

Fix : Solves download-path and external-storage-path issues #248

Closed ganoraa closed 5 years ago

ganoraa commented 5 years ago

What is the current behavior?

If user selected images from download folder in some cases the resolved URI was "undefined". If user selected images from SD-CARD folders the resolved URI was "undefined".

What is the new behavior?

All these cases are managed and tested from API 21 to 28

ganoraa commented 5 years ago

I'm working to another solution that supports also iCloud photos and solves a lot of others issues