Add ability to somehow manually add a page to the breadcrumbs?
Closed this issue · 3 comments
Because of another issue where my navigation stacks first page is always null (dotnet/maui#12162), which could be something I did wrong in my app or not, the breadcrumbs package cant grab the bottom/first page of the navigation stack. Any idea how to fix either the null issue or fix it on the breadcrumbs side? I had a temporary fix by pushing another page onto the stack but its now preventing me from using the flyout menu
@hpathanjaly strange, could u create a repo project and ill take a look if i have time
https://github.com/hpathanjaly/MauiRoutingTestApp.git
if you look at the code behind of the MainPage and add a break at the console.writeline line, you can see the navigation stack is null. This prevents the breadcrumbs from accessing the title field of the page since there is no page
@hpathanjaly getting a 404 when clicking the link to your repo, is it not longer published or is it set to private?