Post

Replies

Boosts

Views

Activity

Reply to VisionOS AvPlayer issue
Build with Beta 4, 5 , 6, 16.1 Before Hi Michael, Thanks for the detailed explanation. I wanted to clarify that before the beta 3 update, we were able to use the dock_region such that when playing video in full screen, we could still interact with other window groups. However, with the beta 4, 5, and 6 updates, this functionality seems to have been restricted, and the option to view and interact with all window groups has become hidden. Here’s a simplified example of our previous setup that allowed this interaction: openWindow(id: "exampleView") WindowGroup("exampleView", id: "exampleView") { ExampleView(video: exampleView) } .defaultSize(width: 600, height: 600) In the pre-beta 3 updates, this configuration allowed us to keep the video in full-screen mode while still interacting with other windows and content. However, in the latest betas, this interaction seems to be restricted. We would like to restore this feature because it’s crucial for our application to simultaneously manage video playback and interact with other window groups. Specifically, we want to: Keep video playback in full-screen mode using a docked region. Interact with other window groups that are still visible and usable. The option to interact with other windows while the video is docked in full-screen seems to be unavailable while in space. I understand that the suggested solution involves using the experienceController to manage full-screen modes. However, this does not address our need to interact with other window groups while playing video in a docked region. Is there a way to re-enable this feature or achieve a similar result with the current visionOS API? Any guidance on how to adapt to this change or potential workarounds would be greatly appreciated. If there's no direct solution available, we’ll consider filing an enhancement request. I’ll be sure to include the relevant details and feedback number as necessary. Thanks for your help! Best, Narek
Aug ’24