Hello,
I am trying to achieve the functionality that currently exists in the Photos native iOS app. In Photos, when you open an album, then open the top right menu, the background interaction is disabled (e.g. when tapping on any photo from behind, back button, or nav bar, there will be no action). When using a simple Menu view in SwiftUI and you have any tappable view behind, and you tap on it, the interaction will take place. I checked the documentation and tried to find some modifiers or something that would help me, but found nothing. Do you have any ideea on a good approach for achieving this functionality? Since it was possible on the native apps, I would expect something can be done.
Thank you!