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

Popup displayed behind modal #143

Open
NovaKs68 opened this issue Nov 15, 2024 · 2 comments
Open

Popup displayed behind modal #143

NovaKs68 opened this issue Nov 15, 2024 · 2 comments

Comments

@NovaKs68
Copy link

Issue : Mopups displayed behind Shell Modals
How to reproduce :

Steps that work :

  1. Open a Shell Page.
  2. In this page, open a Mopup dialog.
  3. The Mopup is visible in front of the Page.

Steps with problems :

  1. Open a Shell Modal.
  2. In this modal, open a dialog Mopup.
  3. It opens behind the modal. Go back and you'll see the Mopup.

.Net version : 9.0
Tested platform : Android emulator
Repo for reproduction : https://github.com/NovaKs68/TestMaui

@jyamona
Copy link

jyamona commented Nov 15, 2024

Same issue here. It also is affecting non-shell apps as well.

Steps to reproduce:

  1. On a navigation page, push a modal using PushModalAsync();
  2. On that modal page, try to display a Mopup.
  3. It opens behind the modal, if you close the modal you will see the Mopup.

.NET 9.0
Testing on a few physical Android devices. iOS works as intended.

@afk013
Copy link

afk013 commented Nov 25, 2024

Duplicate of #82

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

No branches or pull requests

3 participants