.simultaneousGesture(TapGesture().onEnded { }
this modifier on the NavigationLink renders the tap on HStack elements to not be able to navigate to the details screen but .onDisappear { }
modifier works fine
I don’t see any changes either in the frames / layout of the NavigationLink or the HStack in the view debugger - what is going on?