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

A complete file picker solution for NativeScript

Results 54 nativescript-mediafilepicker issues
Sort by recently updated
recently updated
newest added

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

On Android, when recording audio, then saving, the app crashes with the following stack: ``` System.err: An uncaught Exception occurred on "main" thread. System.err: Failure delivering result ResultInfo{who=null, request=769, result=-1,...

**Describe the bug** A clear and concise description of what the bug is. When calling `openFilePicker` getFiles is not triggered the first time i choose a file (icloud or not)...

When I select a file `getFiles` isn't triggered ✔ Component nativescript has 7.0.10 version and is up to date. ✔ Component @nativescript/core has 7.0.11 version and is up to date....

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...

dependencies

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...

dependencies

Hello, I have captured the image using and when it is being uploaded to the server it will rotate by 90degree right If anyone faced this issue then let me...

Good morning jibon57, Thanks for the development of an amazing plugin including camera and gallery functionalities, we find it very useful. However, your plugin currently depends on tns-core-modules (which seems...

isNeedCamera, isCaptureMood are false why request permission camera Is there any way when isNeedCamera, isCaptureMood are false then only request permission photo Thanks options: ImagePickerOptions = { android: { isCaptureMood:...

I'm calling `openVideoPicker` with the following options. But no matter what I put in allowedVideoQualities, I get high-resolution videos on iOS. ``` if (application.ios) { allowedVideoQualities = [ AVCaptureSessionPresetMedium, AVCaptureSessionPresetLow,...