Is there a way to open another view from the `.contextMenu` preview?

Hey there,

Is there a way to launch another view by tapping on the preview of a context menu? Something like the behavior of the Photos app where tapping on the preview navigates to the details view.

Tap gesture handlers on the preview don't seem to get called, even as high priority gestures.

Thanks for the help!

Gab

Hey, I have a same question.

All I could do was a crutch through UIKit, it works exactly for action in a preview, however it broke, another swiftUI effects, such as swipeAction or confirmation dialog(iOS 26).

Did you find the right way to implement this feature?

Thanks.

Is there a way to open another view from the `.contextMenu` preview?
 
 
Q