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

Hi @NathanWalker, There is little issue with the `localize` plugin, the default language not generated in his own folder because of [this rule](https://github.com/NativeScript/plugins/blob/9c218581aa415d9fb32cfa93233f4bddd19f6c8d/packages/localize/hooks/converter.ts#L105) since it is the default language the...

Currently there is no way to disable the default marker tap functionality provided by google maps. I'm not sure if this was the best way to handle this in Android....

cla: yes

Not really a bug but didn't know the etiquette to share for other people who encounter this issue. Calling `GoogleSignin.signIn` on a tethered device results in an error of `Error:...

From the comment and past experiences I figured the configure method needed to be called in main.ts. https://github.com/NativeScript/plugins/issues/492#issuecomment-1547155963 ``` Also be sure you have called configure in main.ts (or app.ts...

I tried to upgrade a running app from 7.x to 8.5.2. The app fails to load on iOS (simulator and device) - log below. Here's the environment: nativescript 8.5.3 @nativescript/core...

I'm trying to use @nativescript/picker with nativescript-vue v3 (still in beta). Does it work? If so, is there an example I can use to make sure I'm coding it correctly?...

Howdy, I just ran into this issue at my day job, where I'm maintaining a Nativescript app that hasn't been touched in a few years. I'm new to Android and...

For local notifications, It would be great to support the `thumbnail` property on iOS. It is possible but would require a rewrite to support a Notification Service Extension as outlined...

Description: After updating to XCode 14.3 and macOS 13.3.1 running iOS tests using detox seems to crash when attempting to close and open a new instance of the app between...

I have recently started migrating to NativeScript 8.5.0 and Angular 15.2.1. After the migration, some stuff broke, including the Google Signin plugin. Every time I try to Log in, this...

bug