Is it possible to render a Safari-based webview in full immersive space, so an app can show web pages there?
Safari Webview in Full Immersive Space?
Hi @waldgeist,
technically, you can display any view in an ImmersiveSpace
that you can display in a, say, WindowGroup
. However, keep in mind that the origin of the Immersive Space is somewhere at the user's feet. So if you display a web view, and don't adjust to that, the user experience might be negatively affected.
Note that you can display an Immersive Space and a Window Group at the same time. This would allow you to display a web view in a regular window, that the users can then move around using the system provided affordances, while also displaying immersive content in your Immersive Space.