visionOS: How to debug Safari / WkWebView?

We need to debug a website running inside a WkWebView on visionOS. To debug it, I want to connect my desktop Safari to it. However, at least in the simulator there is no option in visionOS' Safari settings to enable Web Debugging. Is this missing, or can it be found elsewhere?

Accepted Reply

Have you tried setting the isInspectable property of the WKWebView?

Add a Comment

Replies

Have you tried setting the isInspectable property of the WKWebView?

Add a Comment