nativescript-imagepicker icon indicating copy to clipboard operation
nativescript-imagepicker copied to clipboard

Imagepicker plugin supporting both single and multiple selection.

Results 24 nativescript-imagepicker issues
Sort by recently updated
recently updated
newest added

### Which platform(s) does your issue occur on? - iOS - iOS 15.5 - device, iPhone ### Please, provide the following version numbers that your issue occurs with: - CLI:...

Hello :) I am having some issue regarding usage on Nativescript vue. Inside my component, on image selection I use : `ImageSource.fromAsset(selection[0]).then( res => { this.imageSrc = `data:image/jpeg;base64,${res.toBase64String("jpeg")}`; this.$emit('update', this.imageSrc);...

### Make sure to check the demo app(s) for sample usage I upgraded my nativescript app from ns-v6 to ns-v8 recently, and the app builds are not working in terms...

Hello, I am using @nativescript/imagepicker to select multiple images on android. I would like to only keep the images which have .jpg, .jpeg, and .png extensions. I am checking the...

On android if you open the picker and then hit back, the promise will reject [here](https://github.com/NativeScript/nativescript-imagepicker/blob/master/src/imagepicker.android.ts#L234) There are 2 errors there: * it should not reject in a sense. It...

All latest... Selecting a photo returns this error: `Asset '/storage/emulated/0/DCIM/Camera/IMG_20190920_122446.jpg' cannot be found.` And doing something like this: `var img = imageSourceModule.fromFile(selected.android.toString());` results in this error: `Error: java.io.FileNotFoundException: /storage/emulated/0/DCIM/Camera/IMG_20190920_122446.jpg: open...

bug

Both videos and images are returned as `ImageAsset`, how can we reliably determine `mediaType` from there?

On iOS, when the picker is dismissed by native gesture (pushing it down) the close event is not fired like the close button: (Error: Canceled) Related to #177 ### Which...

### Make sure to check the demo app(s) for sample usage ### Make sure to check the existing issues in this repository ### If the demo apps cannot help and...

I'm working on an app with Angular 8.2.0 and NS 6.8.0. tns info ``` ✔ Getting NativeScript components versions information... ✔ Component nativescript has 7.0.11 version and is up to...