Most voted "nativescript" questions
11 questions
Sort by count of
-
6
votes1
answer3711
viewsWhat is Native Script?
I recently read about Native Script, wanted to know a little more about and how it works. What is the Native Script? What are the advantages? How it works? Is it worth using? While your learning…
-
0
votes2
answers230
viewsVuejs "Typeerror: Devices.push is not a Function"
I’m trying to push into an Array, but it’s giving this error: "Typeerror: Devices.push is not a Function" let device = this.$store.getters['bluetooth/Device'].UUID let devices =…
-
0
votes1
answer49
viewsNativescript + Angular: Transition when redirect
You can create a "slide" transition effect using outlet router in an application built with Angular + Native script? Creating the effect on a button or any other element is fine, my problem is when…
-
0
votes1
answer35
viewsWhat is the use of $ in an expression that executes a pipe in a property in Angular?
In the tutorial written by Jen Looper for Nativescript website it demonstrates a code that before the pipe is preceded by the symbol $ as below: <ScrollView> <StackLayout>…
-
0
votes1
answer30
viewsValidation of Nativescript empty fields
Need to validate multiple Fields (text, Dropdown) in one form, which is divided into two : <StackLayout> <TextField required [text]="usr.nome" [(ngModel)]="usr.nome"></TextField>…
-
0
votes1
answer253
viewsTable with multiple Radio Button - recover Vue values
I have the following screen: Who are basically disciplines with their classes. I’m using Vuejs, where I have an object with JSON with a list Disciplines containing a list of id classes. The screen…
-
0
votes1
answer32
viewsnativescript-Vue - Adding an object to a push array after zeroing the object adds a zeroed object
I am developing an app with nativescript-Vue where I have an address registration. I have the following data: data() { return { isRegistering: true, enderecos: [{ id: 1, descricao: 'Casa',…
-
0
votes1
answer22
viewsDynamic defaultPage for mobile app
Good morning/late/evening! I am developing a mobile APP! In this APP there is a login screen and a main screen. I want the user not to have to log in every time he enters the APP, the first time the…
-
0
votes0
answers14
viewsngFor directive working, Commonmodule declared correctly, but the editor flags the module declaration error
I am using the *ngFor directive to display the result of an array within a component, the structure is working correctly, however, in the editor (Visual Studio Code), it signals the following error:…
-
-1
votes1
answer65
viewsUnsubscribe does not work in RXJS, what is the correct method of use?
I made a code to monitor a map using the nativescript-Geolocation and the nativescript-google-maps-sdk, there is an Angular service that encapsulates all the logic of access to the…
-
-1
votes1
answer24
viewsInsert (Value)"Slider value" into an Angular Nativescript Label
Guys, I’m having a problem in my studies in Nativescript/Angular, I’m trying to insert a value of a Slider inside a Label the slider is in the following: <Slider value="1" minValue="0"…