nativescript-imagepicker
nativescript-imagepicker copied to clipboard
How can i select directly from Gallery rather than downloads
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