-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
area-controls-dialogalertDisplayAlert, dialogDisplayAlert, dialogfixed-in-8.0.61fixed-in-9.0.0-preview.6.24327.7migration-compatibilityXamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-ConvertXamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-Convertplatform/macosmacOS / Mac CatalystmacOS / Mac Catalysts/triagedIssue has been reviewedIssue has been reviewedt/bugSomething isn't workingSomething isn't working
Milestone
Description
Description
DisplayActionSheet doesn't show up on macOS.
Steps to Reproduce
private async void OnActionSheetClicked(object sender, EventArgs e)
{
string action = await DisplayActionSheet("", "Cancel", null, "Option #1", "Option #2", "Option #3", "Option #4");
await DisplayAlert("DisplayActionSheet Result", $"Action: {action}", "OK");
}
Link to public reproduction project repository
No response
Version with bug
8.0.0-rc.2.9373
Is this a regression from previous behavior?
Yes, this used to work in Xamarin.Forms
Last version that worked well
Unknown/Other
Affected platforms
macOS
Affected platform versions
net8.0-maccatalyst | macOS 14.0
Did you find any workaround?
No.
Relevant log output
.
Almis90, SailDev, BurkusCat, williambohrmann3 and hfaran
Metadata
Metadata
Assignees
Labels
area-controls-dialogalertDisplayAlert, dialogDisplayAlert, dialogfixed-in-8.0.61fixed-in-9.0.0-preview.6.24327.7migration-compatibilityXamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-ConvertXamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-Convertplatform/macosmacOS / Mac CatalystmacOS / Mac Catalysts/triagedIssue has been reviewedIssue has been reviewedt/bugSomething isn't workingSomething isn't working