NativeScript Plugins play a key role in NativeScript applications development, by adding features to the main framework. Frequently {NS} Plugins may expose some of the native APIs on platforms such as iOS & Android, while wrapping those for ease of use by JS/NS developers, or otherwise enhance NativeScript applications' features. They may also include certain libraries, or pre-made components, or otherwise packaged utilities for NativeScript.
Questions tagged [nativescript-plugin]
249 questions
1
vote
1 answer
Alert is not visible in nativescript ios after autocomplete usage
I am working on a nativescript app for android and ios in which I have used REST APIs to store/get data in JSON format.
Based on JSON result from APIs sometime I need to show alert to the user.
It was working fine with Nativescript 4.1 but since I…

Narendra
- 4,514
- 2
- 21
- 38
1
vote
1 answer
Is it possible to share text, image and file into an Android or iOS app written with Nativescript?
I want my app to be listed in share options of other apps so that I can receive text, image or file. Is it possible to do this with Nativescript and if so, how?

zarax
- 871
- 1
- 10
- 30
1
vote
1 answer
Nativescript bluetooth on android is only discovering some devices and doing it slowly
I am currently working on a phone app, using nativescript and bluetooth(both of which I am very new to) and I am having an issue with discovering nearby devices being discovered. On another phone app many devices are discovered very fast, however,…

I. Cantrell
- 170
- 1
- 7
1
vote
1 answer
JS: firebase.init error: TypeError: Cannot read property 'database' of undefined
Am getting this error after following the steps mentioned in the nativescript-plugin-firebase readme file.
JS: firebase.init error: TypeError: Cannot read property 'database'…

Xsmael
- 3,624
- 7
- 44
- 60
1
vote
0 answers
nativescript-ui-listview throws ERROR TypeError: undefined is not an object (evaluating 'navBar.tintColor = color.ios')
I try to build a small iOS-App with Angular and Nativescript to display Data from an Webpage.
I like to have the landingpage as an multiline ListView with Name and Teaser.
After i installed the nativescript-ui-listview plugin i wrote following…

Laurin Fritz
- 11
- 3
1
vote
1 answer
Nativescript Plugin for Caching
Is there an actively maintained nativescript plugin for data caching?
like nativescript-cache but sadly this plugin is now inactive.

Jannomeister
- 621
- 4
- 23
1
vote
1 answer
NativeScript Hybrid Mobile App: Tracking/Capturing Crashes
I am building a NativeScript mobile app and among other things I am capturing for analytics purposes, I need to capture "app crashes" possibly with errors/reasons it crashed.
I came across this SO post but there it was in the response of a question…

Gauzy
- 711
- 3
- 13
- 26
1
vote
1 answer
Invoking Android .arr file using nativescript
We have created aar file which is basically an native Android application for reading the card and will return card details in json format asynchronously. This is working fine and imported that aar file in nativescript project. How to invoke…

ShaMoh
- 1,490
- 3
- 18
- 34
1
vote
1 answer
angular-native-seed, Live sync is not working in windows 10
In my native script project, I have used angular-native-seed. Everything does work except Live sync. The same was raised in git hub under the issue list, still it does not resolve by anyone.
Whenever file change, gulp watch is called but failed to…

Muthukumar Marichamy
- 1,175
- 1
- 17
- 39
1
vote
1 answer
Error while initializing firabase.init() from Nativescript firebase plugin
I'm trying to use native script firebase plugin for FCM in order to implement push notification in my native script app. But when I'm trying to initiate firebase by calling firebase init according to documentation.
firebase.init({
…

Saidul Amin Nobin
- 102
- 12
1
vote
4 answers
how to make a overlay screen in Nativescript
I'm trying to design an overlay screen in Nativescript.
I need a half-transparent screen with full transparency that shows what the user needs to do. Is there any default plugin available or layouts?

Priyanga Manivelan
- 432
- 1
- 5
- 14
1
vote
0 answers
Nativescript : local notification, builder.setChannelId is not a function error
In my nativescript appllication, I use nativescript-local-notifications NPM to push the local notification and I have followed the instructions same as the readme file in the github.
I face the error
LocalNotifications.schedule: TypeError:…

Muthukumar Marichamy
- 1,175
- 1
- 17
- 39
1
vote
1 answer
OrCreateDatabase error nativescript sqlite
When I create localDB using nativescript-sqlite plugin it is throwing following error.
SQLITE.CONSTRUCTOR - Open DB Error Error: java.lang.Exception: Failed resolving method open OrCreateDatabase on class android.database.sqlite.SQLiteDatabase
Why…

Mr.Pandya
- 1,899
- 1
- 13
- 24
1
vote
1 answer
How to call Java method (custom class) with an interface typed parameter in Nativescript
I'm creating a Nativescript plugin. It includes a custom Android Library (AAR) and I want to use it from the Typescript code. When I run a demo (in device or emulator) I get a TypeError: sender.registerListener is not a function error when calling…

artberri
- 1,327
- 13
- 26
1
vote
1 answer
Nativescript, Can't extend NotificationListenerService using typescript-angular2?
I'm trying to listen to all the notifications that the mobile receive, I'm working with nativescript & angular2,
First solution I've tried : -
after installing the tns-platform-declarations package and referencing it
…

Amr Zaghloul
- 101
- 6