plugins icon indicating copy to clipboard operation
plugins copied to clipboard

@nativescript plugins to help with your developments.

Results 199 plugins issues
Sort by recently updated
recently updated
newest added

It sounds like `enableLocationRequest()` is making basic permission requests but needs to allow the fine-grain perms as options if you need them. if you end up getting this bellow error...

Previously, when I used version 1.0.10, the imagepicker works. After updating to version 3.0.0, when I selected an image, it return error "no such file or directory". Currently I am...

Hi everyone. When I put the streaming URL, it does not play for IOS, but it plays on Android. I have tried with both videoplayer and exoplayer plugins, but I...

Manually setting my brightness to a 100% using the system UI and just running this on an Android device: ```ts const brightness = new Brightness(); console.log(brightness.get()); console.log(brightness.getNative()); ``` returns the...

I have successfully implemented the KeyboardToolbar on an **Android** device using **Angular**. I have experienced a couple of issues: - I am experiencing problems with autoscroll when the KeyboardToolbar is...

closes https://github.com/NativeScript/plugins/issues/386 Published fix with 8.2.1. - [ ] finish plugin-tools migration here

cla: yes

* Android 13, targeting API level 33 * @nativescript/core 8.5.7 * @nativescript/local-notifications 6.1.1 This has not been tested on iOS yet, but will be soon, and I'll update this issue...

Using @nativescript/imagepicker When I pick a video that's stored locally it works as expected but if the video is old and is unloaded to iCloud to save device's storage it...

Hello everyone. Is there a plugin to create charts that is compatible with the latest version of nativescript 8.5.9?

Hi! I try to get video from a gallery on Android, but getting an error: java.lang.RuntimeException: setDataSource failed: status = 0xFFFFFFFF https://github.com/NativeScript/plugins/blob/main/packages/imagepicker/index.android.ts#LL259C24-L259C24 - Android 11 - target SDK 33 -...