python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Nativescript 8 Screen freeze after splash screen is loaded in release build
Guys I'm working on one of my own projects, and I'm using
nativescript 8.2.1 along with angular 13.2.0
I had some weird issue that is when we run the project using the following command
"ns ru...
Raheem Mohamed
Votes: 0
Answers: 1
didUpdateHeading method not getting called in NativeScript 8.2
I am trying to get the heading value in nativescript iOS application using CLLocationManager, CLLocationManagerDelegate.
LocationService.ts
import { Injectable } from "@angular/core";
@Injectable...
Pein
Votes: 0
Answers: 1
NativeScript 8.2 : how to get direction using CLHeading trueHeading
I am trying to get the direction in my nativescript app using the CLHeading trueHeading but it always returns as null.
locationservice.ts
import { Injectable } from "@angular/core";
@Injectab...
Pein
Votes: 0
Answers: 1
NativeScript 8.2 : Cannot find name CLLocationManager, CLLocationManagerDelegate
I would like to call the ios native api's in my NativeScript Application Version 8 like this
import { Injectable } from "@angular/core";
import * as geoLocation from "nativescript-geolocation";
...
Pein
Votes: 0
Answers: 1