Developer Tools iOS macOS
WebView Inspector
Inspectable Browser-compatible
Screenshots
iPhone, iPad & Mac
About
WebView Inspector is a developer tool for iOS and macOS that lets you quickly load any URL in a native WebKit WKWebView and inspect it using Safari’s Develop menu.
It supports camera and microphone permissions for testing media‑rich web functionality like WebRTC. Just enable inspection via WKWebViewConfiguration (isInspectable = true), connect your device or simulator to Safari, and debug your app as if it were running directly in the browser.
Perfect for web developers, QA engineers, and testers who want a lightweight WebView testing tool without building a full environment.
Highlights
- Load any URL in a WKWebView on iOS and macOS
- Inspect using Safari → Develop → [Your App]
- Enable camera & microphone access for media testing
- Native navigation: back, forward, refresh
- Secure HTTPS with ATS support
- Cross-platform testing in a single app