nativescript-angular Questions
2
Iam learning nativescript+angular for developing android and ios apps.Iam working and learning basic services of nativescript+angular.In the post method of the my project i have the error 'property...
Lussier asked 2/11, 2018 at 9:47
1
I am developing a mobile application with NativeScript (CLI v5.2.0) Angular (v7.2.3) and I have my @ViewChild ElementRef that was undefined.
I checked the presence of ViewChild and ElementRef in t...
Air asked 15/2, 2019 at 13:21
2
I cannot add a new component to my Nativescript project, when I execute ng generate component faqs it returns the error:
Option "entryComponent" is deprecated: Since version 9.0.0 with Iv...
Pedometer asked 7/10, 2020 at 2:4
2
I am new in NativeScript, I tried to run my HelloWord app using NativeScript and Angular. I connected my android device and then i run command tns run android its how me following error.
Error: EN...
Propulsion asked 3/3, 2019 at 12:26
3
Solved
When working with a NativeScript application view where a user can enter input, the native application Keyboard Input overlays the TextField component. While this doesn't stop the user from enterin...
Baca asked 30/12, 2018 at 19:50
2
Solved
Error
Expected 2 arguments, but got 1.ts(2554)
core.d.ts(8064, 47): An argument for 'opts' was not provided.
Code is from NativeScript Marketplace
https://play.nativescript.org/?template=play-n...
Benbena asked 19/6, 2019 at 14:19
3
Here is my routing in a nativescript-angular project:
const routes: Routes = [
{
path: "",
redirectTo: "/tabs/default",
pathMatch: "full"
},
{
path: "tabs",
loadChildren: "~/app/modules/t...
Swann asked 20/5, 2019 at 10:2
0
Since a year, we are using storybook to develop our angular web applications, as well as our ionic cordova apps.
Now we want to evaluate if NativeScript might be a better solution for our needs. ...
Acrobatics asked 7/8, 2019 at 14:4
1
Upgrade to latest version of Nativescript 6 from version 5 code start giving error of getter of ios in utils.
Property 'getter' does not exist on type 'typeof ios'. in Nativescript 6 with angular....
Beeswax asked 7/7, 2019 at 1:6
1
Solved
Problem:
I have an angular-nativescript app that needs to display some items in a grid. I'm using a RadListView to render the list and after upgrading my angular, {N}, and other library dependenci...
Dearden asked 12/4, 2019 at 15:19
2
By default the ListPicker takes up a ton of screen space. Is there a way to make it behave like the metaphor for the HTML <select> when shown on mobile?
I've used this react native plugin be...
Styptic asked 7/1, 2019 at 17:43
1
I switched to {N} 5.0, now i have an issue with nativescript-google-map-sdk,
same error as here:
Android Google maps java.lang.NoClassDefFoundError: Failed resolution of: Lorg/apache/http/Protocol...
Myoglobin asked 15/11, 2018 at 17:26
0
I'm trying to configure karma.config.js to run with NativeScript Angular project following the official doc:
https://docs.nativescript.org/angular/tooling/testing
The problem is the tests always fa...
Theodolite asked 29/5, 2018 at 20:17
2
I'm trying to avoid unexpected behavior in a NativeScript application.
When I walk into any screen that has a search field (SearchBar) system puts the focus on the search field automatically.
The...
Nu asked 17/6, 2016 at 14:28
1
© 2022 - 2024 — McMap. All rights reserved.