nativescript-angular
nativescript-angular copied to clipboard
Integrating NativeScript with Angular
Keyboard overlays the inputs on Android. package.json: ``` "nativescript": { "id": "org.nativescript.BTrex", "tns-android": { "version": "4.0.0" }, "tns-ios": { "version": "4.0.1" } }, "scripts": { "lint": "tslint \"app/**/*.ts\"" }, "dependencies":...
_From @TomaNikolov on February 20, 2019 9:13_ **Environment** Provide version numbers for the following components (information can be retrieved by running `tns info` in your project folder or by inspecting...
If I understand correctly, `page-router-outlet` creates Frame and Pages. Is there any way to set the Page properties in the template? For example, `androidStatusBarBackground` or `statusBarStyle` as stated [here](https://docs.nativescript.org/ui/page#androidstatusbarbackground). I...
**Environment** Provide version numbers for the following components (information can be retrieved by running `tns info` in your project folder or by inspecting the `package.json` of the project): - CLI:...