plugins
plugins copied to clipboard
@nativescript plugins to help with your developments.
Hello! I know how to add Polylines, works great. However, after I do map.addPolyline({eg:etc}); I want to add more points to that same polyline afterwards. Am I required to remove...
Hello, I have a problem when building my project with nativescript angular The error : ``` ERROR in ./node_modules/@nativescript/datetimepicker/angular/fesm2015/nativescript-datetimepicker-angular.mjs Module build failed (from ./node_modules/@angular-devkit/build-angular/src/babel/webpack-loader.js): TypeError: Cannot create property 'message' on...
Removed callback(null) for cancelAction in iOS. If left in this results in datePickerClosed event being called.
Dear NS Group, I upgraded my Angular project from NS6 to NS8 and i got some error with RadListView. 1. **When i set `pullToRefresh="true"` then i got this error:** _System.err:...
Hello everyone; I have a nativescript angular project that has a few DateTimePickerFields inside of some ListViews that behaves unreliably on iOS (android is completely fine). Essentially, if i have...
Hello guys, I'm using Angular for my project and after loading the Google Button, it does show and render perfectly, but its not emitting its tap event. I'm importing it...
Hello, after updating to newest NativeScript version, we're experiencing issues with file upload. It worked previously with NativeScript 6. Packages: ``` "@nativescript/core": "^8.2.2", "@nativescript/angular": "^13.0.3", "@nativescript/background-http": "^6.0.0" ``` Upload config:...
Do you have any plans to implement marker clustering? It would be a greatly appreciated feature.
Would be nice to have the signout functionality for apple like it is implemented in GoogleSignIn
I'm adding a marker to the map within the onReady Event of my map. Problem: - after adding a marker to the map, the app centers to the added Marker...