Closed hitmacreed closed 5 years ago
Make sure that you have correctly set the tkMainContent
inline directive to an element in the html declaration. Example cam be found here.
Side note: the tkExampleTitle
and tkToggleNavButton
are custom inline directives that are implemented in the demo app in order to easily showcase the current example title and show a back button. Those are not required and you should not need to copy paste them if you do not want to actually created such directives.
Closing the issue as I am not able to reproduce it on our side using this demo application: https://github.com/NativeScript/nativescript-ui-samples-angular/tree/master/sidedrawer
if you continue to experience this issue let us know and reopen the issue by providing additional information in the form of a runnable sample project or a playground demo app.
Hi @hitmacreed ,
The RadSideDrawer requires you to place your "Page" content to its mainContent property as states here the RadSideDrawer can have only two child elements.
Please follow this getting started article.: https://docs.nativescript.org/angular/ui/professional-ui-components/ng-SideDrawer/getting-started#initialization
When i run the iOS version RadSideDrawer i have the fallowing bug :
my html
my component.ts
2 component where i call the drawer