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

Dialogs.CommunityToolkit are not sized correctly on iPadOS #750

Closed
rdurfee opened this issue Sep 2, 2024 · 0 comments
Closed

Dialogs.CommunityToolkit are not sized correctly on iPadOS #750

rdurfee opened this issue Sep 2, 2024 · 0 comments
Labels
bug-verified A bug that can be reproduced core-dialogs

Comments

@rdurfee
Copy link
Contributor

rdurfee commented Sep 2, 2024

On iPad, CommunityToolkit dialogs are not sized correctly.

The CalculateSize method in CommunityToolkitDialogExtensions does not account for Idiom.Tablet, so the dialogs are set to size 100,100. This makes it impossible to interact with the content.

2024-09-01_10-49-33-PM

@enisn enisn added bug-verified A bug that can be reproduced core-dialogs labels Sep 9, 2024
@enisn enisn closed this as completed in bbd8669 Sep 9, 2024
enisn added a commit that referenced this issue Sep 9, 2024
Include tablets in CalculateSize condition (fixes #750)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-verified A bug that can be reproduced core-dialogs
Projects
None yet
Development

No branches or pull requests

2 participants