Post

Replies

Boosts

Views

Activity

Reply to Creating a multiview video playback experience in visionOS. There is no back button on the player.
Hi Michael, Could you try adding this code in the "DestinationVideo" demo: controller.experienceController.allowedExperiences = .recommended(excluding: [.multiview]) I couldn’t find the addChildViewControllerAndView method. However, my implementation matches the example from the link you provided. I originally thought this method might include options for setting the video to full screen, but it seems it’s only for handling UI. Also, I found an issue in the “DestinationVideo” demo with versions before visionOS 2.1. In the video playback page, when opening the playlist and selecting a video to play, the playlist doesn’t close automatically, which makes it impossible to interact. I tried using dismiss() in selectionAction, but it didn’t work either. It works fine in visionOS 2.1.
Topic: Spatial Computing SubTopic: General Tags:
Nov ’24
Reply to Vision - Time travel door
I try Thanks
Topic: Spatial Computing SubTopic: ARKit Tags:
Replies
Boosts
Views
Activity
Dec ’24
Reply to Creating a multiview video playback experience in visionOS. There is no back button on the player.
hi Apple I want this back button, but because mutileView is set, this back button is gone, there are only full screen and zoom out buttons, and I can't operate the playback page back
Topic: Spatial Computing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’24
Reply to Creating a multiview video playback experience in visionOS. There is no back button on the player.
The effect shown now
Topic: Spatial Computing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’24
Reply to Creating a multiview video playback experience in visionOS. There is no back button on the player.
I want this kind of display
Topic: Spatial Computing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’24
Reply to Creating a multiview video playback experience in visionOS. There is no back button on the player.
When I enable the multi-screen functionality, the back button disappears…
Topic: Spatial Computing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’24
Reply to Creating a multiview video playback experience in visionOS. There is no back button on the player.
Hi Michael, Could you try adding this code in the "DestinationVideo" demo: controller.experienceController.allowedExperiences = .recommended(excluding: [.multiview]) I couldn’t find the addChildViewControllerAndView method. However, my implementation matches the example from the link you provided. I originally thought this method might include options for setting the video to full screen, but it seems it’s only for handling UI. Also, I found an issue in the “DestinationVideo” demo with versions before visionOS 2.1. In the video playback page, when opening the playlist and selecting a video to play, the playlist doesn’t close automatically, which makes it impossible to interact. I tried using dismiss() in selectionAction, but it didn’t work either. It works fine in visionOS 2.1.
Topic: Spatial Computing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’24