WKWebView for general purpose web browser

I created a simple web browser using WKWebView, but as far as I can tell, there is not a way to auto-populate credentials or save credentials a user enters into a login form at a 3rd-party website like Netflix (i.e., not my own app domain).

Is this correct?

If this is wrong, what are the APIs to support this?

My use case is that I want to create an immersive app in visionOS that includes a window that lets the user surf the web (among other things). Ideally, I could just use a Safari window in my immersive app, but I don't think this is possible either. My work around is to create my own web browser... which works, minus the credential issue.

Is it possible to bring a Safari window into an immersive visionOS app's experience? (IMHO, that would be a great feature)

WKWebView for general purpose web browser
 
 
Q