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

[Issue]: ShowPopup does not display properly in Maui #38

Open
1 of 2 tasks
mikedotmundy opened this issue Sep 17, 2024 · 0 comments
Open
1 of 2 tasks

[Issue]: ShowPopup does not display properly in Maui #38

mikedotmundy opened this issue Sep 17, 2024 · 0 comments
Labels
bug Something isn't working Status: Confirmed It's clear what the subject of the issue is about, and what the resolution should be.

Comments

@mikedotmundy
Copy link

Describe the Issue in Detail

Pre-Maui, {Binding ShowPopup} would display a Popup on top of the page it was triggered from. Now, when running Maui, {Binding ShowPopup} displays on a white screen/background.

thumb-Screenshot 2024-09-17 at 10 29 37

thumb-IMG_2317

Can reproduce in

  • Orange App
  • Blue App

Steps to Reproduce

  1. Try {Binding ShowPopup} in a pre-Maui release.
  2. Try {Binding ShowPopup} in a Maui release.
  3. See difference as described above.

Expected Behavior

In Maui, {Binding ShowPopup} should display the Popup on top of the page it was triggered from.

Actual Behavior

In Maui, {Binding ShowPopup} displays on a white screen/background.

Screenshots or Videos

See above

Reproduction XAML

In our instance, this is what we are using:

<Border.GestureRecognizers>
     <TapGestureRecognizer Command="{Binding ShowPopup}"
          CommandParameter="{Rock:ShowPopupParameters PageGuid=0232090b-e5d4-4e4f-9fb0-c300023413ec, ShowHeader=False}" />
</Border.GestureRecognizers>

Mobile Shell Version

6.0.0.0

Last Known Working Version

pre maui

iOS Device Type(s) and iOS Version(s)

iPhone 15 Pro Max, iOS 17.6.1

Android Device Type(s) and Android Version(s)

currently unable to test on Android

@mikedotmundy mikedotmundy added bug Something isn't working unverified This issue has not been verified yet labels Sep 17, 2024
@bradencohen bradencohen added Status: Confirmed It's clear what the subject of the issue is about, and what the resolution should be. and removed unverified This issue has not been verified yet labels Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Status: Confirmed It's clear what the subject of the issue is about, and what the resolution should be.
Projects
None yet
Development

No branches or pull requests

2 participants