Following up, I was able to stack .onLongPressGesture(minimumDuration: 0.01) { ... } and .onLongTouchGesture(minimumDuration: 0.01) {...} successfully as a workaround. Otherwise, I've been having some issues wirelessly debugging on a physical device and haven't tried using simultaneousGesture yet
Topic:
UI Frameworks
SubTopic:
SwiftUI