❔ Modal navigation not showing titlebar
Hi, I'm trying to navigate over
ContentPages
in .NET MAUI. Navigation.PushModalAsync(newPage)
shows new view as intended, but it's missing title bar (and effectively toolbar items).
My question is:
Should I instantiate new NavigationPage
every time I make modal or something like that? That sounds riddiculous, imo the stack should remain the same.4 Replies
Here you can see my main page with properly visible
toolbaritems
the second snippet represents the page without visible title tab (as seen on first ss https://discord.com/channels/143867839282020352/1163414607885520967/1163414607885520967)
Is that intended behaviour and I should instantiate new
NavigationPage
? Because that's the workaround I've come with after some time, however it doesen't seem right
I think it might be bug, just wanted to have some confirmation to file it on github
Using this workaround gives the result I wanted, but it doesn't resolve my problem
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.