Cannot navigate to a page not created by Nalu navigation #59
-
This issue is an extension of the navigation mode suggestion you gave in #57. I've noticed a problem with the theme color of the More Options button on the navigation bar. It starts out normal black and then turns white. I can "refresh" to the normal color (black) by toggling the Tab. If the system theme is Dark mode, then there is no problem. The More Options button starts out the correct white color and does not change. As you can see, at around 9s, More Options is normally black, but immediately switches to white. I'm not sure if this is a NaluShell issue or a MAUI issue, but if the app's initial page is the AppShell and there is no secondary navigation, then this won't be an issue. I tried to create a simple Demo to reproduce the issue, but ran into a new issue: Cannot navigate to a page not created by Nalu navigation So, I have to fix that first. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Which version of MAUI are you using? This issue you reported reminds me of these still opened PRs:
Anyway, Nalu.Maui.Navigation has nothing to do with colors, so I strongly believe this issue is a MAUI one. You can try to reproduce with a standard |
Beta Was this translation helpful? Give feedback.
@CodingOctocat you forgot to remove all the
ContentTemplate="{DataTemplate ....}"
fromAppShell.xaml
.ContentTemplate
is only for the standardShell
, otherwise it conflicts with Nalu upon shell content page creation.