Hello,
The issue is still there with iOS 18.3 and even Mac Catalyst on macOS 15.3.
See Bug report ID: FB16449802
.onLongPressGesture(...)
works but for instance can't be used for
.simultaneousGesture(...)
In fact on iOS 18, the LongPressGesture object never calls
func updating<State>(GestureState<State>, body: (Self.Value, inout State, inout Transaction) -> Void) -> GestureStateGesture<Self, State>
func onChanged((Self.Value) -> Void) -> _ChangedGesture<Self>
Thank you
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: