You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the RelativeHeightRequest was set through DialogLayout.RelativeHeightRequest then the DialogService overwrites the width of the popup and set it to the desired height.
Description
When the RelativeHeightRequest was set through DialogLayout.RelativeHeightRequest then the DialogService overwrites the width of the popup and set it to the desired height.
https://github.com/PrismLibrary/Prism/blob/master/Source/Xamarin/Prism.Forms/Services/Dialogs/DialogService.cs#L290
Steps to Reproduce
Expected Behavior
RelativeHeightRequest would set the Popup height to a percentage of the available screen
Actual Behavior
The popup is bigger than the available screen
Basic Information
Screenshots
Reproduction Link
DialogReproduction.zip
The text was updated successfully, but these errors were encountered: