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] Popup broken in iOS with v6.0.0 #1427

Closed
2 tasks done
zwikk opened this issue Sep 26, 2023 · 0 comments · Fixed by #1361
Closed
2 tasks done

[BUG] Popup broken in iOS with v6.0.0 #1427

zwikk opened this issue Sep 26, 2023 · 0 comments · Fixed by #1361
Labels
bug Something isn't working unverified

Comments

@zwikk
Copy link

zwikk commented Sep 26, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Did you read the "Reporting a bug" section on Contributing file?

Current Behavior

Looks like there are some issues with the Popup in iOS with CommunityToolkit.Maui 6.0.0.

  • Popup is no longer vertically centered. With net7.0 the popup is located in the top-left corner (image 1), with net8.0 the popup is centered horizontally, but the vertical alignment is incorrect (image 2). This worked fine in v5.3.0
  • The background shadow is gone. This worked fine in v5.3.0
  • Popup has a corner radius that cannot be adjusted (also an issue in v5.3.0)

Android seems to work just fine (image 3)
1-net70 Small
2-net80 Small
3-android Small

Expected Behavior

iOS popup rendering should match Android, which works.

Steps To Reproduce

  1. Open and run solution from repro
  2. Hit the button to show the popup

Link to public reproduction project repository

https://github.com/zwikk/maui-playground/tree/main/Source/PopupBug

Environment

- .NET MAUI CommunityToolkit: 6.0.0
- OS: iOS 17 (simulator
- .NET MAUI: net7.0, net8.0-rc1

Anything else?

No response

@zwikk zwikk added bug Something isn't working unverified labels Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working unverified
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant