Alexander Ziskind
Alexander Ziskind
## PR Checklist - [X] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/CONTRIBUTING.md#commit-messages. - [X] There is an issue for the bug/feature this PR is for. To avoid wasting your time,...
Following the standard instructions, I perform a clean install using these steps: ``` git clone https://github.com/TeamMaestro/angular-native-seed cd angular-native-seed npm i cd nativescript npm i npm run ios ``` and I...
Really I just added 1 line of code. The rest of it is just auto-formatting.
### Version 2.0.0 ### Reproduction link [https://github.com/alexziskind1/ns-vue-issue-keys](https://github.com/alexziskind1/ns-vue-issue-keys) ### Platform and OS info Android 7.1.1 (API 25) / NativeScript 4.2.4 / MacOS 10.13.6 ### Steps to reproduce Run the linked nativescript...
**Is your feature request related to a problem? Please describe.** The current function `isRealDevice` does not work properly on Android, and returns data on iOS instead of a boolean. There...
Hi Folks, ### Did you verify this is a real problem by searching [Stack Overflow] Yes. ### Tell us about the problem There are frequently properties in the base ViewController...