In visionOS, is there a way to temporarily hide the window close/position handle at the bottom of a window?
The Safari app does this, so it must be possible.
In visionOS, is there a way to temporarily hide the window close/position handle at the bottom of a window?
The Safari app does this, so it must be possible.
lol
I'm not sure if you saw this, but for anyone else that comes here:
.persistentSystemOverlays(.hidden)
https://developer.apple.com/documentation/swiftui/scene/persistentsystemoverlays(_:)
This will hide them on until someone interacts with your window, and then will show them for a moment.