You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TabbedPage navigation does not seem to work as expected. It fails to go back to the root page/whatever page opened it.
Steps to Reproduce
Clone this repository and open the Prism.Maui demo application
Run (I used Android Emulator)
Head to the TabbedPage, go to ViewD.
Tap the "Go Back to Root"
Observe failure/app not going anywhere and logged message
Platform with bug
WPF
Affected platforms
Android, I was not able test on other platforms
Did you find any workaround?
No, I did not. I'm planning on avoiding using the TabbedPage as I tested in my own app that the navigation stack seems to be replaced when using it. I observed this using the IPageAccessor injected in my TabbedPage view model.
Relevant log output
[DOTNET] ViewD - Can Navigate
[EGL_emulation] app_time_stats: avg=174.52ms min=2.92ms max=4067.36ms count=24
[DOTNET] Navigation: GoBack
[DOTNET] Result: Failed
[DOTNET] GoBackAsync can only be called when the calling Page has been navigated.
The text was updated successfully, but these errors were encountered:
Description
TabbedPage
navigation does not seem to work as expected. It fails to go back to the root page/whatever page opened it.Steps to Reproduce
Platform with bug
WPF
Affected platforms
Android, I was not able test on other platforms
Did you find any workaround?
No, I did not. I'm planning on avoiding using the TabbedPage as I tested in my own app that the navigation stack seems to be replaced when using it. I observed this using the
IPageAccessor
injected in myTabbedPage
view model.Relevant log output
The text was updated successfully, but these errors were encountered: