-
Hi everyone, need some help with using Material UI on UNO, seems like the NavigationBar Back Button doesn't show up on Android, and on WinUI (the whole navbar doesn't show up) right after navigating to 2nd page. MainPage.xaml
Code behind MainPage.xaml.cs
That navigates to 2nd Page with content below:
I tried adding a normal button that can do a back navigation and it works, this means that my navigation stack is not empty and is able to navigate. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @jbtamaresgit! The NavigationBar's Back button should definitely be visible on the 2nd page by default for Android. So there is an issue somewhere that we'll need to identify. Would you be able to attach a .zip of your application so I can take a look? Also, are the Material and Toolkit resources properly initialized in your App.xaml, following the guidance from the docs: https://platform.uno/docs/articles/external/uno.toolkit.ui/doc/getting-started.html? |
Beta Was this translation helpful? Give feedback.
Hi @jbtamaresgit!
The NavigationBar's Back button should definitely be visible on the 2nd page by default for Android. So there is an issue somewhere that we'll need to identify.
Would you be able to attach a .zip of your application so I can take a look? Also, are the Material and Toolkit resources properly initialized in your App.xaml, following the guidance from the docs: https://platform.uno/docs/articles/external/uno.toolkit.ui/doc/getting-started.html?