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

Hello, is there a way to get the visible notifications? I need to check the data of the notifications but I can only get the id.

I've installed the @nativescript/localize with the following instructions https://docs.nativescript.org/plugins/localize.html , I've nativescript 8 and now I'm having the following error in app.module.ts.

I've been struggling trying to work this out for a week. I've looked all the source and everything seems fine, but for some reason I cannot get them to fire...

getCurrentLocation() returned an error in NativeScript 8: Error: Cannot enable the location service. TypeError: Cannot read property 'Accuracy' of undefined I'm using the latest version "@nativescript/geolocation": "8.1.0"

Hi, I've passing the day on it, I think the error it is from the `KeyWindow` that has been deprecated since IOS 13. and I think it is the rootController...

My problem is that I want to handle notifications that are shown differently than notifications that are not shown. Basically if the application is in the foreground I want to...

I'm using the DateTimePicker component in my application and found a potential bug. - Setting time field first, it auto sets the date field on the current date. Updating the...

Hi, Can help advice how to set marker info window content on Angular? Below is code that i try but not working component.html `` component.ts `initInfoWindow(args) { const info =...

Following the directions, I ran 1. "npm run setup" 2. npm i 3. npm start It did build but not completely. ![image](https://user-images.githubusercontent.com/6098691/214362937-a3f50b15-0a71-4939-916b-a7197f70fa3d.png) Angular CLI: 14.2.6 Node: 18.3.0 (Unsupported) Package Manager:...