plugins
plugins copied to clipboard
@nativescript plugins to help with your developments.
As mentioned in the title, when we select the month as february, march is returned regardless of the date and the year. We have updated and downgraded the version of...
Is there any way to fillcolor an AreaSeries line of negative values to the zero line and not to the -ve infinity line. Can this be added as a new...
I have gone to use this plugin for the first time today, when I saw the schedule method I thought that only scheduled notifications can be made and when I...
It seems changing the colors of the spinners in Android 29+ doesn't work anymore because using `mSelectorWheelPaint` to access the field has been blocked per https://developer.android.com/about/versions/10/non-sdk-q ```Landroid/widget/NumberPicker;->mSelectorWheelPaint:Landroid/graphics/Paint; # No public...
Trying to set up background upload as per code on these pages and getting the following error: export 'bghttp' (imported as 'bghttp') was not found in '@nativescript/background-http' (possible exports: session)
When I open the camera in certain devices like Mogo G5 the very moment the app calls takePicture function makes the app to crash or to be killed by android...
Hi, Im upgrading the version of nativescript of my nativescript angular app. I upgraded then from the plugin datetimepicker to @nativescript/datetimepicker I puted the last version but i have these...
In the catch of 'enableLocationRequest', the reason is not formatted, so it is difficult to handle the exception. example... ``` if (err == 'Location not enabled.') { // ... }...
Hello, I am using @nativescript/imagepicker to select multiple images on android. I would like to only keep the images which have .jpg, .jpeg, and .png extensions. I am checking the...
Emit an event when selectedIndex and/or selectedValue change.