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

Hi, I'm trying to enable the "My Location" button. This worked previous but now appears to not work. Any ideas what I may be doing wrong? ``` onMapReady({ map }:...

Hi All, I've been trying to look out for a solution on the internet, and even tried to understand the source code with no avail. I'm trying to schedule a...

Hi, we recently updated a test device to Android 12 and came across an issue with the geolocation plugin. We are calling the enableLocationRequest function and the new Android 12...

Hi, When I use class '-border' for the fields, it is not having the same styling as the parent TextField. When the date is not picked, it has a underline...

Hello together, I am currently trying to add simple Chinese (zh.json) and traditional Chinese (zh-hant.json) language files to my app using the localize plugin. Both files work as expected when...

Hi I understand there is a dateChanged event linked to the DateTimePicker. It does not appear that this event is triggered at any point. ` ` Should this work.

Hi There is an issue with the datetimepicker plugin with Android. Selecting a date before 1970 will always result in the selected date being 1 day lower than what was...

Hi, I try to upload an image to a Server via backtround-http. It works correct on android and on iOS-Simulator, but on a real iOS-device, the task-events are not fired....

Hello Nativescript Team, Can anyone please have a look into below issue and provide a solution? https://github.com/AjiteshMDK/GeoLocation-Update/issues/1

Hello, I want to use configure the deeplinks but when trying this code: ``` var adjustConfig = new AdjustConfig(appToken, environment); adjustConfig.setDeferredDeeplinkCallbackListener(function(deeplink) { console.log("Deferred deep link URL content: " + deeplink);...