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
Description
DisplayActionSheet doesn't show up on macOS.
Steps to Reproduce
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
.