Also tried calling persistentSystemOverlays(.hidden) as suggested, but still the Home view menu appears with hand gesture:
RealityView { content in
// your entity setup
}
.persistentSystemOverlays(.hidden)
.gesture(
DragGesture(minimumDistance: 0)
.onChanged { value in
// This "consumes" the gesture
}
)
Topic:
Accessibility & Inclusion
SubTopic:
General
Tags: