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
Android Hardware Back Button when using Prism DialogService closes the App if the Page underneath the Dialog is the RootPage of a NavigationPage (on a TabbedPage)
Run the reproduction App
The app contains two Tabs for the TabbedPage:
The first tab automatically navigates to a second page, opening the Dialog from this page and closing it with the android back button works fine.
The second tab stays on the root page, opening the Dialog on this one and closing it with the android back button closes the popup and also the App itself.
Platform with bug
.NET MAUI
Affected platforms
Android
Did you find any workaround?
No
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
Description
Android Hardware Back Button when using Prism DialogService closes the App if the Page underneath the Dialog is the RootPage of a NavigationPage (on a TabbedPage)
Reproduction sample: https://github.com/dinisvieira/prism-dialog-android-back-button/tree/main
Steps to Reproduce
Run the reproduction App
The app contains two Tabs for the TabbedPage:
Platform with bug
.NET MAUI
Affected platforms
Android
Did you find any workaround?
No
Relevant log output
No response
The text was updated successfully, but these errors were encountered: