I have an iPad app I've just started testing in visionOS and it's gone pretty good so far except one issue, none of the long-press or swipe gestures in my List work.
The app is SwiftUI based. so I'm using a List with the swipeActions and contextMenu modifiers.
Could these be broke, unsupported or am I not understand how to initiate these in the simulator?
For a long press I'd assume just holding down on the mouse button should work. This appears to work in Safari.