If I turn off the PTEN toggle, it will play the next episode in the playlist (obviously not jumping to the top of the list).
Thanks for all your hard work. I’m looking forward to future updates. (2/2)
i believe i can fly
Wanting to see something cool in Safari in Apple Vision Pro?
https://developer.apple.com/augmented-reality/quick-look/
As a web developer, you can link to USDZ files of virtual objects. Add `rel="ar"` so that Safari opens the model without navigating away from the page. (Also works on iOS and iPadOS.)
`<a rel="ar" href="model.usdz">`
Here’s more info: https://webkit.org/blog/8421/viewing-augmented-reality-assets-in-safari-for-ios/
We are working on a way to embed the model directly into the page via the `<model>` element — web standard in progress.
https://immersive-web.github.io/model-element/