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

[BUG] Android Hardware Back Button when using Prism DialogService to show a Dialog closes the App (on specific scenario) #3261

Open
dinisvieira opened this issue Sep 28, 2024 · 0 comments

Comments

@dinisvieira
Copy link

dinisvieira commented Sep 28, 2024

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:

  • 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

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

No branches or pull requests

1 participant