How to debug WebViews on iOS devices with Inspect
Inspect can only debug web content in developer provisioned applications or applications with the com.apple.webinspector.allow entitlement
Which WebView types are supported?
- WKWebView
- WebView
- JSContext
This is a limitation from Apple, and something Inspect can't change. See https://webkit.org/web-inspector/enabling-web-inspector/ for details.
How to get started?
Follow our getting started guide to get going.