NativeScript / nativescript-imagepicker

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

fix(android): Fix picking from 'SDCARD' location #326

Closed xuhcc closed 4 years ago

xuhcc commented 4 years ago

PR Checklist

What is the current behavior?

Picking files from SDCARD location doesn't work. Here's an example of the selection result:

[{
  "_observers": {},
  "_options": {
    "keepAspectRatio": true,
    "autoScaleFactor": true
  },
  "_android": ""
}]

What is the new behavior?

Now it's working (at least in some cases).

NathanWalker commented 4 years ago

Thank you @xuhcc