ShareLink from Menu cannot popup

Menu {
     ShareLink(...)
     ShareLink(...)
     ShareLink(...)
} label: {
     Label("Share", systemImage: "square.and.arrow.up")
}

Here, I have different share options to choose from, and if I tap one of these share link to share sheet doesn't pop up.

Is there any workaround to this issue?

Post not yet marked as solved Up vote post of LiYanan04818 Down vote post of LiYanan04818
1.3k views
  • It seems to be a bug, so please file a feedback report.

Add a Comment

Replies

Also running into this. Did you file a feedback for it? If so, any movement?

Similarly attempting to show from a confirmationDialog has the same problem. Shows up but tapping it doesn't present the share sheet.

  • Experiencing the same issue. Bringing up a ShareLink from a ToolbarItemGroup in a .toolbar works fine. As soon as you add a Menu to the ToolbarItemGroup and add the ShareLink to the Menu, the sheet does not show.

    Filed a feedback request for it. FB11657179

Add a Comment

Experiencing the same issue, any updates on this?