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
2
votes
1 answer
Nativescript contact permission on iOS
I'm having troubles in order to let my NativeScript app read contacts on iOS. I'm using the library nativescript-contacts in order to read all the entries of the address book and the one called nativescript-permission in order to ask the user the…

Luigi Russo
- 23
- 4
2
votes
1 answer
Where could I find sha1 fingerprint in nativescript android app?
I getting error while using firesbase login with google
JS: Make sure you've uploaded your SHA1 fingerprint(s) to the Firebase console
JS: Has the SHA1 fingerprint been uploaded? Sign-in status: Status{statusCode=NETWORK_ERROR,…

Dharan Ganesan
- 433
- 2
- 6
- 23
1
vote
1 answer
How to update older version of nativescript project to work with version 8
i have a project i worked on some years back on my previous laptop(Samsung, Windows OS). I needed to refer back to that project recently so i move the source code to my current laptop (Mac M1). Upon running the app i got a bunch of errors. About 57…

kunle
- 23
- 4
1
vote
2 answers
When integrating old nativescript libraries throws Module not found: Error: Can't resolve 'tns-core-modules/application'
When trying to install the [Razor Pay library][1]
[1]: https://www.npmjs.com/package/nativescript-razorpay, I get the following error:
ERROR in ./node_modules/nativescript-razorpay/razorpay.android.js 3:20-59
Module not found: Error: Can't resolve…

Kamil Kafoor
- 256
- 3
- 8
1
vote
2 answers
native script: WebView Interface plugin unable to find local resource
I am using webViewInterface plugin in nativescript 8 with webpack v5 I am trying to launch local downloaded file ex. video, audio, HTML files
I am able to download those files but while running that file with the help of webview I am getting
file…

Ragesh Pikalmunde
- 1,333
- 1
- 20
- 44
1
vote
1 answer
NativeScript: @nativescript/geolocation vs nativescript-google-maps-sdk
Error executing Static Binding Generator: File already exists. This may lead to undesired behavior.
Please change the name of one of the extended classes.
File:C:\repo\geo\geoapp\platforms\android\app\src\main\java\com\tns\FragmentClass.java Class:…

DV7
- 51
- 4
1
vote
2 answers
How do i generate a nativescript plugin tarball with the new workflow?
I am trying to build a plugin around a native iOS/Android SDK. I would like to know to finally generate a my-plugin.tgz file so that I can use it locally without publishing it.
I have done this with Nativescript 6.x, but I would like to know how to…

Jubin Jose
- 33
- 3
1
vote
1 answer
Nativescript: Action bar background colour is not visible in iOS15
I am working on a Nativecript(6.5.2) mobile application, it is working fine on both android and iOS devices, but the action bar background color is not visible on the iOS devices having version iOS 15. otherwise, the app is working absolutely…

Ragesh Pikalmunde
- 1,333
- 1
- 20
- 44
1
vote
0 answers
Nativescript - Https request not working on android platform v7.0.1
I´m completely lost on why this is happening, on previous versions everything worked well and on ios i don´t have any problems, but on android the below crashes:(i´m using the https module
https.request({
url: "https://my_link",
…

Japa
- 632
- 7
- 30
1
vote
1 answer
DatePicker does not show on iOS?
I can not choose a date in iOS, is there any known problem with RadDataForm DatePicker?
Check it out it has some strange kind of opening.
User can not understand where to click or how to turn back again.
https://youtu.be/kFCuNbd-1zU
iPhone 8…

Cem Kaan
- 2,086
- 1
- 24
- 55
1
vote
0 answers
How to create a video call app in nativescript
I'm trying to add videocall feature to my nativescript app
i already found Nativescript-webrtc plugin, but its giving me errors on Nativescript core js, there's a demo but its nativescript core ts. I spoke to the plugin author about it, he said…

kunlee
- 591
- 1
- 4
- 15
1
vote
0 answers
NativeScript Angular .ics file export
I would like to add a .ics export to my NativeScript Angular app. I use https://www.npmjs.com/package/ics to create a string containing the content of a .ics file. The idea is, that this .ics is opened by the default calendar app of the smartphone…

Rolandos
- 81
- 1
- 4
1
vote
1 answer
How to use InAppBrowser in nativescript
I added Nativescript inAppBrowser plugin to my nativescript core(javascript) project. i copied the code as it is in the documentation into my project, but it wasnt working (i'm guessing because its written in typescript) so i edited the code.
Now,…

kunlee
- 591
- 1
- 4
- 15
1
vote
1 answer
Nativescipt RadSideDrawer
I have being encountering error when trying to add RADSIDEDRAWER to my Nativescript-Angular-Project since 5 days ago. I have install the plugin as directed in the nativescript doc. Also After Installation i have deleted the…

MUYIDEEN KAZEEM
- 85
- 10
1
vote
1 answer
NativeScript WebRTC / TNSRTC - cannot get remoteStream video
Trying to get WebRtc work only for one side. i have media stream server, on which installed Oven Media Engine. Signalling is turned on, and tested via Oven Media Player, everything works as expected. but when trying to reach that content via…

Tigran Makaryan
- 19
- 3