NativeScript / nativescript-imagepicker

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

How can i select directly from Gallery rather than downloads #331

Open adekunle11 opened 3 years ago

adekunle11 commented 3 years ago

Hello, I added the plugin to my project and it works fine. But i can only select from Downloads directory, and i would like to select from Gallery like whatsapp does. I have tried changing var dl = android.os.Environment.getExternalStoragePublicDirectory(android.os.Environment.DIRECTORY_DOWNLOADS); to var dl = android.os.Environment.getExternalStoragePublicDirectory(android.os.Environment.DIRECTORY_PICTURES); in imagepicker.android.js, it didn't work

How can I do this? thanks