-
-
Notifications
You must be signed in to change notification settings - Fork 444
Feedback form 08.2018 #1290
Description
-
Improve the native APIs article by improving the snippets (remove JavaScript/javaScript snippets and create examples for Android / iOS instaed and in the same time introduce TypeScript snippets) @NickIliev
-
add FlexBox example for JavaScript https://docs.nativescript.org/ui/ns-ui-widgets/layouts#flexbox-layout @tsonevn
-
The Android section for the THEME article is with brokebn snippet and the description is misleading about using app.js (it should be either TS or JS depending no the used language) @NickIliev resolved via https://github.com/NativeScript/docs/pull/1324
-
simplify the ListView's snippets for both JS and Angular documentation + add loadMoreItems examples (comment: oo much not related content added in the getting started and basics snippets) @NickIliev resolved via docs: simplified list-view getting started nativescript-sdk-examples-js#41
-
Improve the custom components article including a information about how binding is passed (comment:
Can a custom components use the embedding pages binding context as it's own?) @NickIliev - resolved via https://github.com/NativeScript/docs/pull/1321 -
Use actual Obj-C protocol instaed of an abstract example here (comment:
WTF does this mean; @interface MyClass : NSObject MyProtocol @end Just pick an actual Protocol and use it as the example!) -
typo in https://docs.nativescript.org/core-concepts/ios-runtime/Marshalling-Overview#objective-c-protocols "interaces" => "interfaces" @NickIliev resolved via https://github.com/NativeScript/docs/pull/1322
-
Improve the Observable examples for using
fromObjectandfromObjectRecursive- done via https://github.com/NativeScript/nativescript-sdk-examples-js/compare/niliev/update?expand=1 -
Add examples for using HttpClient (Angular) with PUT and DELETE @NickIliev resolved via chore: version update + added HTTP examples for PUT & DELETE nativescript-sdk-examples-ng#310
-
Fix the snippet for delete section in the file-system snippets https://docs.nativescript.org/angular/ng-framework-modules/file-system @NickIliev resolved via docs: fix for fs delete snippets nativescript-sdk-examples-ng#312
-
add the related XML snippets for the data binding examples https://docs.nativescript.org/core-concepts/data-binding
-
extending /marshalling/js-to-java
Very incomplete list of marshalled types, for example nothing on callbacks/functions etc. A link the source where this happens would be good too.