Skip to content

DisplayActionSheet doesn't show up on macOS #18156

@Auto72

Description

@Auto72

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

.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions