docs-v7
docs-v7 copied to clipboard
Documentation, API reference, and code snippets for NativeScript
- [x] fix the image cache appearing in "UI Widsgets" for Angular (while redirecting to[ image example](https://docs.nativescript.org/angular/ui/ng-ui-widgets/image)) - [x] add a note about supported images types @NickIliev - done via...
- [x] NS + NS Angular example - how to use `toBase64String` method - https://docs.nativescript.org/cookbook/image-source - done via [https://github.com/NativeScript/NativeScript/pull/5390](https://github.com/NativeScript/NativeScript/pull/5390) and via [https://github.com/NativeScript/nativescript-sdk-examples-ng/pull/265](https://github.com/NativeScript/nativescript-sdk-examples-ng/pull/265) - [x] extended example of how to change...
This page https://docs.nativescript.org/angular/ui/action-bar.html (and also the vanillaJS one) has references to action bar's icons. The url for android drawables hasn't worked for some months (it is working now) and the...
The webview on iOS seems to fire multiple started and finished events. Need to document that using a bool/string check if you want to do something after the first execution...
The usage of ngFor in NativeScript is poorly documented. Here's a few points that should be covered: - Explain the differences between the ListView and ngFor. What are typical use...
The documentation on custom components (see http://docs.nativescript.org/ui/ui-with-xml#custom-components) should be expanded as it’s a common source of questions and confusion. I think the biggest thing the docs could use is a...
Our [styling docs](http://docs.nativescript.org/ui/styling) use the term “device-independent units”, but we never really explain what that term means. I think we should add a small section in the styling docs to...
Hey, which promise spec is NativeScript following. Do you have it documented somewhere?
Please provide some samples, how long objects persist, etc etc...
_From @valentinstoychev on May 25, 2015 8:37_ I know we have [this article](http://docs.nativescript.org/layouts), but it doesn't show you how a basic layout is done and it is hard for web...