python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Issues with *ngFor and GridLayout in Nativescript
I have a problem with the grid layout. My code is this one:
<GridLayout padding="10%"columns="auto, auto, auto, auto, auto, auto, auto" rows="*">
<ng-c...
FedericoAntosiano
Votes: 0
Answers: 1
Nativescript Error : Executing webpack failed with exit code 1
I am developing the Nativescript android and iOS application. Migrated my project I had the following issue
package.json
{
"description": "Sample",
"license": "S...
Mishal moni
Votes: 0
Answers: 1
How to listen for Button KeyPresses in Android/IOS for Nativescript/Angular
Im trying to navigate between buttons with Keys(DPAD) so i need to listen for KeyEvents
I Solved it for Android i just don't know how to do it in IOS
public onButtonLoaded_1(args) {
let btn = args...
Edin.A
Votes: 0
Answers: 0