-
-
Notifications
You must be signed in to change notification settings - Fork 240
Support for custom page factory providers #519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
722cf92 to
8755309
Compare
vjoao
commented
Feb 9, 2017
With this merged, can we now put the Side drawer over the navigation bar?
Hi @vjoao ,
Unfortunately the "over navigation bar" feature of RadSideDrawer in {N} + Angular applications is still not supported. It turned out to be a very difficult feature since the UI structure of such applications is different then the normal {N} application and also it is dynamically "changing" via the Angular 2 renderer etc.
You can follow this issue for more direct information regarding this feature of the RadSideDrawer component of the nativescript-telerik-ui plugin.
scavezze
commented
Mar 14, 2017
Is this still a issue i can't go to the link above and i didn't see anything about it on the
https://github.com/telerik/nativescript-ui-feedback/issues list
Hi @scavezze ,
You can follow this thread about this issue: ProgressNS/nativescript-ui-feedback#61 . This feature has been implemented and is planned for release with the next major version of nativescript-telerik-ui, for more information please refer this comment.
Uh oh!
There was an error while loading. Please reload this page.
Add support for providing custom PageFactory. The factory is used when creating pages when:
<page-router-outlet).Resolves #394
cc @VladimirAmiorkov