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

# The Issue Consider the following common use case: - A user is prompted to select an image for uploading to a server - The user selects a photo and...

Issue: Every once in a while the following error occurs when selecting an image with the image picker. This mostly happens "the first time" a picure is selected after opening...

I have followed the instruction provided in your documentation to use the plugin but it fails with the following errors: While calling the NSOneSignal.getInstance().init method the error is: **Error: java.lang.NoClassDefFoundError:...

If we call the following code in `ready` event the following error will occur. ```ts mapView.animateCamera( CameraUpdate.fromCoordinates([{lat: 36.13326, lng: -5.45051}], zoom ) ); ``` ``` System.err: StackTrace: System.err: animateCamera(file: app\webpack:\@nativescript\template-blank-vue-ts\node_modules\@nativescript\google-maps\index.android.js:709:0)...

cla: yes

Hi, Angular demo apps is not working. Here the steps i follow : ``` git clone [email protected]:NativeScript/plugins.git cd plugins npm run setup npm start ``` within npm start : -...

Hi, When i run angular demo on ios or android, i get an error when i click on "Biometrics" label : ```Successfully synced application org.nativescript.plugindemoangular on device emulator-5554. JS: CONSOLE...

I'm using @nativescript/camera 5.0.15 in a nativescript + angular app and I'm getting the following error just after taking a picture within my app; `cannot read property 'camera' of undefined`...

I have implemented the localize plugin, and Im' facing issues: > "get the default language on user's phone via the language property of the [Device](https://docs.nativescript.org/api-reference/interfaces/idevice) class." I have Android which...

`ns plugin add @nativescript/secure-storage` works. The following don't: ```sh npm install @nativescript/secure-storage # or ns plugin add secure-storage ``