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?

Answered by jlilest in 779862022

Have you tried setting the isInspectable property of the WKWebView?

Accepted Answer

Have you tried setting the isInspectable property of the WKWebView?

visionOS: How to debug Safari / WkWebView?
 
 
Q