Skip to content Skip to sidebar Skip to footer
Showing posts with the label Nativescript

How To Load A Local Html File Into A Nativescript Webview

I have modified the webpack.config.js to add a local file called index.html the code below : new Co… Read more How To Load A Local Html File Into A Nativescript Webview

Nativescript Socket Connection Timeouted

Recently I have started facing a strange issue with Nativescript. When I try to run the android app… Read more Nativescript Socket Connection Timeouted

Nativescript Linux Setup (install Android Sdk Platform 28 Packages) Failed

When following the official NativeScript installation for Linux (https://docs.nativescript.org/star… Read more Nativescript Linux Setup (install Android Sdk Platform 28 Packages) Failed

Create Avd For Android In Ubuntu

I am not able to create AVD with the following command. $ANDROID_HOME/tools/bin/avdmanager create … Read more Create Avd For Android In Ubuntu

How To Create A Custom Navigation Bar In Nativescript?

I am new to NativeScript and experimenting with it a little via the playground. There are some UIs … Read more How To Create A Custom Navigation Bar In Nativescript?

Hide Android Keyboard In Nativescript On Input Field Blur

I have a registration form which contains several TextFields and other inputs. When a user taps one… Read more Hide Android Keyboard In Nativescript On Input Field Blur