I am also seeing this issue.
We also see it in a more simple case:
ScrollView {
HStack { ... }
.simultaneousGesture(
DragGesture(minimumDistance: 0)
// ...
)
}
Was using simultaneousGesture to get around this issue: https://developer.apple.com/forums/thread/763436
But now it is broken as well.
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: