Category "nativescript"

Nativescript IOS icon change in background mode

Hi Nativescript community, When i swipe up close apps in iOS, the app icon is showing default icon. How can i change this icon? I used following commands to cha

nativescript-websocket how to create "Advanced Interface" in Angular Nativescript

I'm not able to create the "Advanced Interface" of nativescript-websocket in Angular/Typescript, I need it to use a custom sslFactory to trust all certs. The p

CheckBox in Nativescript (ios and Android)

What is the best way to create checkbox in Nativescript with javascript? I know if I use checkbox it's only for Android, and I have problems with the switches.

How to update dev plugin in Nativescript?

This may be a noob question but I can't figure out how to update a plugin under devDependencies. I want to update "@nativescript/webpack" which is currently at

Nativescript - How to get global (view)model value(s) inside the listView (item) and not the current item value

Here the normal set and get of the list items values, inside the listview: <ListView items="{{ items }}"> <ListView.itemTemplate> <St

How to style the Android status bar on Nativescript?

The problem I'm having (and for which I haven't been able to find a solution) is how to style the status bar in NativeScript. I tried to use this but when I put

How To Exit app by double tap on back button in NativeScript Apps

Exit app on double tap on back button in Nativescript Please help me with snippet of code

Nativescript-audio not working on iOS device

I've used this plugin to record audio and play recorded audio. https://github.com/bradmartin/nativescript-audio When I build both iOS and Android platforms, it

How do i get textfield value in nativescript

i'm trying to get the text from my textfield in nativescript core. let textField = args.object; const yourSearch = textField.getViewById("requiredSkill").text