Open Safari In Front of User

Hello, when calling the Swift openURL() method, Safari is opening at the origin (below the camera) instead of in front of the user.

If I open Safari via the home page, it opens in front of the user. Seems like a bug with Vision OS.

Is there something I am missing, and can others replicate the problem?

if let url = URL(string: myURL){
      openURL(url)
}
Open Safari In Front of User
 
 
Q