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
0
votes
1 answer
Error: Cannot find module 'nativescript-zxing'
I want to use ZXing in my NativeScript Angular app. I installed the plugin and I´m able to find it in my node_modules folder. But as I try to import the plugin, it says: "Cannot find module 'nativescript-zxing'
I tried reinstalling it, but the issue…

Jander Friebe
- 23
- 1
- 8
0
votes
1 answer
The NativeScript Plugin Seed Demo Does Not Run
We are trying to use our native codes in Nativescript therefore we tried to test nativeScript plugin seed. We follow the steps to in README however demo does not run and stops.
We tried all available version we could reach and applied the flow we…
0
votes
2 answers
Nativescript drop down plugin display only Object object instead of value
I'm trying to display object value in drop down, and want to get the entire object value when i select any of the value. How do I set that?
I'm trying to access the Object value to display by using "." operator like below

vikas acharya
- 27
- 5
0
votes
0 answers
How do I update or refresh a RadListView item on iOS platform?
I have a RadListView that gets data from an Observable Array of objects and displays its content as text.
When modify one of the value of the object in the Observable Array, the RadListView does not refresh or update the value, even with…

plain.js
- 64
- 1
- 6
0
votes
2 answers
Use Nativescript Core plugin in Nativescript Angular project
I am using in my Nativescript Angular app the nativescript-google-maps-sdk plugin which works great.
My issue is that I want to use cached images to display in a custom InfoWindow. For this purpose I am using the nativescript-web-image-cache plugin…

Joni
- 831
- 7
- 23
0
votes
1 answer
Nativescript-Vue two columns per row
How can I view image two columns per row with nativescript-vue by using RadListView, as picture below:

setha va
- 51
- 1
- 1
- 3
0
votes
0 answers
converting imageAsset to base64 (nativescript-vue)
want to convert the imageAsset to base64.
sample code below,
methods: {
takePicture() {
camera.takePicture({ width: 300, height: 300, keepAspectRatio: true, saveToGallery: false})
.then(imageAsset => {
…

Ashton
- 1
- 2
0
votes
1 answer
How can I create a MediaSession in Nativescript?
I'm trying to create an Android application with Nativescript. So far I'm doing great, except for one thing (and - considering this is an app for listening podcast - maybe the most important one).
To reproduce mp3 files in my app, I'm using a plugin…

Carbamate
- 77
- 1
- 7
0
votes
1 answer
Frame array is empty after displaying contacts page, next "tns-template-drawer-navigation-ts" navigation throws an exception
I'm having an issue (an exception) when I navigate to another page after using the nativescript-contacts plugin. The app is built using the tns-template-drawer-navigation-ts template. Everything works fine until I access the phone's contacts and…

Craig Jacobs
- 5
- 1
- 3
0
votes
0 answers
NativeScript | Can't run Android app: Please fix the version conflict either by updating version 11.4.0 of the google-services plugin
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:processDebugGoogleServices'.
> Please fix the version conflict either by updating the version of the
google-services plugin (information about the latest…

savitaMandlekar
- 11
- 3
0
votes
1 answer
How to listen directly to a native event on the root element of a component in Nativescript-Vue?

Mohit Gupta
- 35
- 6
0
votes
1 answer
Sending a payload through the nativescript background-http plugin, one of its properties being an array
Im trying to send a request to a dotnet core api using the nativescript background-http plugin and in the payload one of the properties represents an array.
Im trying to send the array like this:
let params = [
..........
…

joey0xx
- 73
- 10
0
votes
1 answer
Reading device's Proximity sensor with NativeScript
I'm developing a cross-platform mobile app, and I need to read the proximity sensor of the device, that provides information about the distance of a nearby physical object using the proximity sensor of a device.
Has anyone implemented this/wrote a…

Lorraine R.
- 1,545
- 1
- 14
- 39
0
votes
2 answers
0
votes
1 answer
How to get a pointer from my NativeScript UIView for iOS?
I am integrating an iOS framework (Vidyo https://developer.vidyo.io/#/documentation/4.1.25.30) from a custom NativeScript plugin. I am able to instantiate iOS class from my plugin but I am not able to call properly this iOS function :
(id)…

ValentinV
- 764
- 1
- 8
- 17