NativeScript button event not firing
I spent a bit of time trying to understand why a tap event failed to fire on a button in NativeScript. Here was the original code segments:...
Updating from NativeScript 1.4 to NativeScript 1.5
I ran into an issue updating NativeScript 1.4 to NativeScript 1.5. The symptom: > nativescript@1.5.0 postinstall...
The best way to develop and run NativeScript projects in an emulator
I develop NativeScript on Windows. As in most new, shiny technology, developing on Windows has it’s quirks. In this post, we’ll...
TNS Build Android Hangs
Occasionally, while running a NativeScript application on android, the process hangs and does not complete. I have not gotten to the bottom...
What happens when you choose the wrong Datatype for an Identifier Column
Choosing database column data types can be dicey. Choose an overly large data type, and indexes will be overly large, storage will fill up...
How to fix a Node.js package error when installing NativeScript
NativeScript is a free open source offering from Telerik allowing mobile development in Javascript with 100% Access to Native Platform APIs...