I'm following the tutorial below but getting issues using the JAR file in nativescript. https://nativescript.org/blog/plugins-and-jars/ I was able to generate a
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
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
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.
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
Here the normal set and get of the list items values, inside the listview: <ListView items="{{ items }}"> <ListView.itemTemplate> <St
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
Exit app on double tap on back button in Nativescript Please help me with snippet of code
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
i'm trying to get the text from my textfield in nativescript core. let textField = args.object; const yourSearch = textField.getViewById("requiredSkill").text