enisn / UraniumUI

Uranium is a Free & Open-Source UI Kit for MAUI.
Apache License 2.0
1.19k stars 142 forks source link

Dialogs.CommunityToolkit are not sized correctly on iPadOS #750

Closed rdurfee closed 2 months ago

rdurfee commented 2 months ago

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