Skip to content
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

Add ability to somehow manually add a page to the breadcrumbs? #15

Open
hpathanjaly opened this issue Aug 9, 2024 · 3 comments
Open

Comments

@hpathanjaly
Copy link

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

@IeuanWalker
Copy link
Owner

@hpathanjaly strange, could u create a repo project and ill take a look if i have time

@hpathanjaly
Copy link
Author

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

@IeuanWalker
Copy link
Owner

@hpathanjaly getting a 404 when clicking the link to your repo, is it not longer published or is it set to private?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants