plugins
plugins copied to clipboard
@nativescript plugins to help with your developments.
Hi, I've been using this in a project and now I am unable to compile this same project for Android. I've tried creating a brand new project to identify the...
**Issue Summary:** The DateTimePicker in Android is exhibiting unexpected behavior when selecting a date in February. The callback is returning a date in the following month instead of the selected...
This code works on Android to create a custom infoWindow using the `@nativescript/google-maps` plugin: ``` export function onMarkerInfoWindow(args) { const marker = args.marker; const info = new StackLayout(); info.width =...
### Issue Description Hi guys, When I try to use your background http to upload a file, I noticed I am getting : `Exception java.lang.RuntimeException: Unable to create service net.gotev.uploadservice.UploadService:...
Hi, I have a problem when I import this file in worker, the `Interfazes` is not defined https://github.com/NativeScript/plugins/blob/main/packages/google-signin/index.android.ts#L254 I imported globals but not help the output .js code is ```js...
I'm migrating from the `kefahB/nativescript-google-maps` plugin to `@nativescript/google-maps`. My app animates weather radar by composing an array of `TileOverlay`s and then iteratively changing the `TileOverlay`'s transparency to hide one overlay...
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, I wonder if there are any feature utils for the clustering or heat map? I can see that there were some discussions about this but not published (or not...
NativeScript IOS: Photo uploads to server are randomly failing with slow networks(LTE 1 or 2 bars)
Nativescript version - 8.4.7, Angular 15, IOS 17.2 When uploading photos to server/Microsoft api in the slow network (LTE 1 or 2 bars). The photos are not uploading and returning...