nativescript Questions
2
I need to capture tap (click) events on a WebView (to display a picture in a SVG file), so that I can show another Nativescript page (or show another SVG) based on where the image is clicked..
Is ...
Wilie asked 27/10, 2016 at 21:57
1
Solved
I'm writing an Android shopping app using the Telerik NativeScript platform. I need to get the client details for orders and deliveries, so I get them to register on the initial startup. The app wo...
Fortyniner asked 23/7, 2020 at 0:23
4
Solved
Both Native Script and ionic framework are used for build IOS and Android apps with web view & without web views respectively.
I have a confusion between the concept of web view and without w...
Alicaalicante asked 15/9, 2016 at 8:44
2
Solved
I am developing a mobile application that uses Sqlite and I would like to pull the .db file from the phone and view it in DB Browser for Sqlite.
The issue comes from the fact that when I run the ...
Tema asked 10/5, 2019 at 17:25
4
Solved
Trying to run a Nativescript debug session and every time I enter
chrome-devtools://devtools/bundled/inspector.html?experiments=true&ws=localhost:41000
it opens a google search rather than t...
Pedraza asked 28/5, 2020 at 14:8
3
Solved
I have a list of objects coming from api which I am showing in a ListView. For each item in the list, i am rendering an absolute layout. If the item has photo I show it full stretched so that it ap...
Cyanide asked 24/11, 2016 at 11:41
3
I am working on an iOS and Android application with a custom camera view (that's why I won't use camera module http://docs.nativescript.org/ApiReference/camera/README)
I need to have my own UI abo...
Overcareful asked 25/2, 2016 at 13:30
4
Solved
I am trying to handle the hardware back button in a NativeScript app. I am using NativeScript version 2.3.0 with Angular.
Here is what I have in main.ts file
// this import should be first in ord...
Glaab asked 15/11, 2016 at 6:39
1
I am following the tutorial as it is stated here: https://nativescript-vue.org/en/docs/getting-started/vue-devtools/
I have the dev tools and the app up and running but the dev tools says "Waiting...
Disproportionate asked 19/2, 2019 at 18:26
4
I am new to NativeScript and am currently going through the installation steps described here (http://docs.nativescript.org/angular/tutorial/ng-chapter-1) and I just completed executing the PowerSh...
Imperfective asked 5/5, 2016 at 0:13
3
i am very new to nativescript, i try to build my first app in nativescript, but it shows
=============================================================================
C:\Nativescript\Grab1>
C:\N...
Foison asked 24/2, 2017 at 7:15
7
Solved
Moments earlier I created project with angular - nativescript. I've used only commands from documentation, after installing I am trying to run this command :
ng generate component home
I get t...
Goulash asked 26/8, 2019 at 9:38
2
Solved
I am trying to wrap some elements to provide styling and i do not see any element that can be used as a container.
What is supposed to be used in such a case?
Also kindly link to the available cs...
Pyrochemical asked 23/12, 2015 at 16:8
3
Solved
I have a registration form which contains several TextFields and other inputs. When a user taps one of the fields the Android soft keyboard will always show as expected. If I tap outside of the fie...
Abdel asked 9/10, 2016 at 22:18
3
I tried to add
<key>UIUserInterfaceStyle</key>
<string>Light</string>
to App_Resources/iOS/Info.plist
But the app still is with dark mode, even after rebuilding it and ...
Marketable asked 8/1, 2020 at 2:0
0
I am getting really frustrated with this error. I am build an app using nativescript. The app use to run fine on my device but for some reason it stopped and I keep getting this error:
DTDeviceKi...
Minatory asked 25/1, 2020 at 8:1
2
I'am getting an error when trying to include "application-settings module".
*Cannot find module 'application-settings' <----- Error
the error is in my storage.driver.ts which is in nativescrip...
Buna asked 8/12, 2016 at 6:18
2
Solved
I tried "hr" tag in component html file in nativescript-angular. But it doesn't shown horizontal line in simulator. (tested with ios simulator)
<StackLayout>
hr>
<Label horizontalAl...
Bopp asked 3/9, 2018 at 12:37
3
Solved
First of all, I'd like to apologize if I fail to comply with any SO rules, as it's my first question.
What I'm trying to acomplish, is having a square gridLayout in my page. The behavior should be...
Alina asked 8/7, 2016 at 20:50
3
Solved
I'm on High Sierra with Xcode Version 9.0.1 (9A1004).
When running tns doctor I get the following warning:
WARNING: Xcode is not installed or is not configured properly.
You will not be able to bu...
Scow asked 21/10, 2017 at 10:51
2
I want to download the file from webview but getting error every time that ( can only download HTTP/HTTPS URIs: blob:https://..)
I'm using this in my code:
ngOnInit() {
let webview: WebView = th...
Kook asked 6/12, 2018 at 8:11
1
Solved
I want to use authentication from google and facebook, plugin
I want to put in Info.plist
for google:
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTy...
Pointdevice asked 18/12, 2019 at 11:56
1
Solved
I used to run the command : tns run android --bundle. And when i saved the changes, they were automatically updated in the physical and virtual android emulators.
Now when i save the changes, noth...
Einstein asked 4/12, 2019 at 16:33
3
Solved
All I'm trying to do at this point is get the project to run.
I run tns run android
The application builds, but as it starts the app and throws an error
ReferenceError: HTMLElement is not defined
...
Convert asked 2/11, 2019 at 16:20
2
I'm using NativeScript with Angular, and I can't seem to change the StatusBar color in my project or set it to transparent (any of these would be fine). Instead, it is not totally transparent, but ...
Demission asked 19/11, 2019 at 16:0
© 2022 - 2024 — McMap. All rights reserved.