plugins icon indicating copy to clipboard operation
plugins copied to clipboard

@nativescript plugins to help with your developments.

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

I have Google Maps working and loading correctly, but I am struggling to find any documentation for this package - not even to drop a marker. Is there a guide...

documentation

Latest `@nativescript/background-http` crashes some Android devices with `You have to set namespace to your app package name (context.packageName) in your Application subclass`: ``` Caused by: java.lang.IllegalArgumentException: at net.gotev.uploadservice.UploadServiceConfig.getNamespace (UploadServiceConfig.kt:74) at...

Hi! I am trying to reverse engineer the codebase but cannot even find how to put POI's on the map. Don't even see methods on the MapView object. It is...

Ported from: https://github.com/madmas/nativescript-pdf-view @madmas could you follow up and maybe do a review? - [ ] Angular demo is missing so far.

cla: yes

The previous version the plugin was working on Android true console.log(`Touch? ${avail.touch}`); // => undefined console.log(`Face? ${avail.face}`); // => undefined console.log(`Biometrics? ${avail.biometrics}`); // => true if (avail.any) { fingerprintAuth.verifyFingerprint( {...

bug

Hello. Problem: The value is not saved if the time value is entered via the keyboard. Tested on android Template: Steps: 1. Open a modal window by tapping on the...

Google map utilities library integration. Features: - [x] HeatMaps - [x] [Android](https://user-images.githubusercontent.com/46717769/178104464-460a55f5-7644-4825-8bee-91df19999fef.png) - [x] [iOS](https://user-images.githubusercontent.com/46717769/178167752-9bbb105b-5615-4155-8a8d-55405f551b41.png) - [x] Clustering - [x] [Android](https://user-images.githubusercontent.com/46717769/178103361-86ad1997-fcc7-4dae-b292-61d562035c6a.png) - [x] [iOS](https://user-images.githubusercontent.com/46717769/178244215-3c72959c-abb3-49ff-b4da-c16b8e684bfd.png) - [x] GeoJson - [x] [Android](https://user-images.githubusercontent.com/46717769/177580515-0a2c18fe-1d8c-4799-bcfd-dd45fc6305a9.png)...

cla: yes

Happening on Android. I have an example of using an android service. I wish to get the location when the app is minimised. Which the service itself is now working....

When I call `NativeScriptDebugIOS.show()`, nothing happens and I get the following error: ``` ERROR ReferenceError: FLEXManager is not defined ``` Assuming we somehow need to install FLEXManager?

I used the method geolocation.enableLocationRequest(true, true).then(() => { const location = geolocation.getCurrentLocation({ desiredAccuracy: CoreTypes.Accuracy.high, maximumAge: 3000, timeout: 300000 }).then((loc) => { if (loc) { console.log(loc); } }, (e) => {...