Open sasharp opened 1 year ago
We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process.
Here is a possible cause of the problem. First of all: Navigating event doesn't fire by navigation between (bottom) tabs.
After 2. fires Navigated event, which shows wrong current location (//tabbar/tab1/page2/subpage)
It looks like navigation replaces routes of (bottom) tabs, but not pathes after them. It brings to wrong route, but the app doesn't crash as expected and stays on the same page.
It makes tabbed shell unusable in WinUI. Any fixes for this?
Description
If you navigate from a bottom tab to a subpage, you can't navigate to another bottom tabs over shell tabs.
The navigation Bottom Tab: MainPage -> SubPage -> Bottom Tab: Page2 fails
It looks like you stay on subpage, but if you click back button, you will see Page2.
Steps to Reproduce
Link to public reproduction project repository
https://github.com/sasharp/MAUI8Bugs
Version with bug
8.0.0-rc.2.9373
Is this a regression from previous behavior?
No, this is something new
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output
No response