Questions tagged [nativescript-plugin]

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.

249 questions
-1
votes
1 answer

Nativescript Background Http request Error Code 400

I am trying to upload an image file to my backend. However no matter the device (Android or IOS) I am getting a 400 error code. Don't know what I am doing wrong but i follow the documentation on @nativescript/background-http for uploading…
-1
votes
2 answers

NativeScript w/ Angular 9 - ERROR in ../node_modules/nativescript-ui-sidedrawer/__ivy_ngcc__/angular/side-drawer-directives.js

I had a NativeScript app made with Angular 8.2.0 and NS 6.4.1. I had this plugin (https://github.com/ProgressNS/nativescript-ui-feedback) nativescript-ui-sidedrawer included in my project and it was working fine and I could compile the project. I…
user1261710
  • 2,539
  • 5
  • 41
  • 72
-1
votes
2 answers

how do i fix "cannot read property match of undefned" in this code

i'm trying to integrate nativescript-imagepicker plugin with my Nativescript App, but i get error **cannot read **property match of undefined**** below is what i have already tried, thanks. function onSelectSingleTap(args) { var context =…
kunlee
  • 591
  • 1
  • 4
  • 15
-1
votes
1 answer

How to use custom Swift Framework in NativeScript Project?

Here is what I followed: //To create project $ tns create MYCocoaPodsApp $ cd MYCocoaPodsApp $ tns platform add ios //To create plugin cd .. mkdir my-plugin cd my-plugin //Created a package.json file with the following content: { "name":…
-1
votes
1 answer

Exporting NativeScript UI Chart data

I am trying to extract/export a UI Chart as image data (jpg). Ultimately I want to get the image data directly: image: 'data:image/jpeg;base64,...encodedContent...' Is it possible or can it be combined with another NativeScript plugin?
-1
votes
1 answer

Is there any plugin that I should use in order to read MRZ codes in Nativescript Angular

I am using Nativescript Angular to develop my app for Android and iOS. One requirement is to read a passport MRZ (machine-readable zone) code using the device camera. My question is: Is there any plugin that can do this or what do you recommend…
-1
votes
1 answer

Nativescript-dom typescript

I am a newbie in to the nativescript framework I wanna tryout some stuffs then I stumbled upon the this plugin now I dont know how to use it with typescript TypeError: page.getElementById is not a function enter image description here Here is error…
Muhammed
  • 21
  • 6
-2
votes
1 answer

How do i use Nativescript radlistView's load on demand function?

i'm trying to use RadlistView's load on demand function in my nativescript core app. All the examples i have seen are angular or vue but i need it done with javascript. I'm not sure if im doing it right, but with what i have tried i'm getting the…
kunlee
  • 591
  • 1
  • 4
  • 15
-2
votes
1 answer

Secures requests with the HTTP module

The requests between the application and the server with the HTTP module of NativeScript are they "secured" if the Web site is in HTTPS? Otherwise, how make please? PS: Translated by Google. Thank you so much. Excellent day. Regards, Benjamin
bgrand-ch
  • 788
  • 1
  • 7
  • 19
1 2 3
16
17