nativescript Questions

9

If i try to compile a IOS-Nativescript-App using cloud-service from sidekick, i get this error: (CLI) Code Signing Error: The file \"/tmp/builds/_/27e1345b5c089d99eb18995c590617489875f779/5.0.0/...

4

Solved

I just updated my xcode command line tool in my iTerm2 and it seems like I need to restart my iTerm to put that to work, since when I try to use tns build ios command to build my nativescript pr...
Pagas asked 5/1, 2018 at 8:40

5

Solved

I am trying to compile a Nativescript application as part of our Teamcity deployment strategy. When I run NPM install, I get a ENOENT error trying to find files, as shown below: npm WARN tar ENO...
Rebus asked 15/12, 2019 at 11:40

10

Solved

When i do tns run ios, all is fine but tns run android just gives me error like this. I tried both device and emulator but the same result. i have done: reinstall platforms,node_module,hooks. tns...
Hod asked 6/8, 2020 at 19:8

3

{ "compilerOptions": { "module": "commonjs", "target": "es5", "sourceMap": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "noEmitHelpers": true, "noEmitOnError": true, ...

3

Solved

I'm trying to create a file and folder on my internal storage in manifest i have <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> <uses-permission android:na...
Kudu asked 14/6, 2020 at 14:6

3

Solved

I have installed Android Studio and further installed the SDKs and tools via Android Studio. Here they are: And my $ANDROID_HOME paths to the following: /Users/USER/Library/Android/sdk both in ...
Gyatt asked 26/11, 2017 at 15:36

5

I need to create an Image button which includes a custom image and a label in {N} + Angular. Something like this: Here's my code. I'm using the stack layout inside the grid layout. I can't see...

8

Solved

The text inside label is vertically aligned by default on iOS, however on Android it's not. How to center it vertically on Android (I'm interested in centering text inside Label, not wrapping label...
Few asked 29/9, 2016 at 11:54

6

Solved

Is it possible in current state of NativeScript to create an app which listens for share intents on Android? What I would like to achieve is for example having a website opened in my web browser o...
Snakemouth asked 29/5, 2016 at 21:19

10

Solved

I am following an official NativeScript tutorial and having a problem configuring my OS X environment for android development. When running tns platform add android I receive the following error: ...
Stace asked 22/9, 2015 at 17:59

2

Solved

My nativescript project won't run, getting the error mentioned above. The Xcode command Line Tools is set. Things i tried but didn't fix the problem: sudo xcode-select -s /Applications/Xcode.app/Co...
Abrahan asked 15/5, 2021 at 21:53

8

When I build/run/archive my app in Xcode (on MacOS 12.3) I encounter this error: env: python: No such file or directory Command Ld failed with a nonzero exit code I think I might have changed some...
Mansoor asked 14/3, 2022 at 13:30

2

Solved

I'm new to Svelte Native. I was following the Quick Start steps on docs. Installing nativescript and creating the new Svelte-Native app with npx degit halfnelson/svelte-native-template myapp were n...
Bertberta asked 24/9, 2021 at 5:31

2

Solved

In the context of a NativeScript app, I've been struggling to find an efficient, non-hacky way to do what seems pretty simple: have one item in the center of a layout, and another item all the way ...
Wildee asked 6/7, 2018 at 18:40

8

When my layout loads any view inside of it has a width and height of NaN, it also has a getMeasuredHeight() and getMeasuredWidth() of 0. At some point getMeasuredHeight() and getMeasuredWidth() (a...
Stravinsky asked 17/2, 2016 at 18:1

2

Solved

If I add textWrap="true" to a Label, text is wrapped over several lines, so far so good. But I have a very long string and our design only have room for two lines. How do I limit the Label to max ...
Cofield asked 10/3, 2017 at 10:8

6

Solved

I'm using nativescript with angular 2. I'm wondering how to rapidly create a ng component in a Nativescript Project. For example into Angular 2 to create a component we are using ng generate comp...
Velours asked 1/1, 2017 at 22:29

4

I am trying to create a messaging view with a layout similar to iMessage, where a chat "bubble" is the size of its content, until it gets to be a certain width. Like this: With nativescript, I ca...
Ryurik asked 30/8, 2016 at 19:52

6

Solved

I want to position an element at the bottom of the screen in Absolute Layout in NativeScript. I have this code: <AbsoluteLayout> <maps:mapView left="0" top="0" width="100%" height=...
Higgle asked 19/7, 2017 at 8:16

7

I am following the NativeScript tutorial here: Native Script Angular - Chapter 3 I'm having an error when trying to import nativescript-angular/http. it says Cannot find module 'nativescript-ang...
Coe asked 26/8, 2016 at 1:52

2

Encountered a build issue on IOS too with "building for iOS Simulator, but linking in dylib built for iOS, file '.../platforms/ios/Pods/CouchbaseLite/iOS/CouchbaseLite.framework/CouchbaseLite'...
Celadon asked 3/1, 2021 at 11:53

3

Solved

EDIT: MIUI force Dark Mode to be activated in my app, so the app looks awful. In some Part of my app when I set Color to "white", it will be shown as White. If I set it as "gray&quot...
Sauer asked 2/7, 2020 at 12:27

1

I have a NativeScript 6.8 JavaScript app that uses WebView to display an html string composed within the app that references local image files. The Google Play Store is forcing me to support API 30...
Dugout asked 18/10, 2021 at 23:1

6

Solved

Is there a way to programatically disable/enable ScrollView scrolling in NativeScript?
Equiprobable asked 21/4, 2016 at 14:47

© 2022 - 2024 — McMap. All rights reserved.