isInspectable property
getter/setter pair
Controls whether this WebView is inspectable in Web Inspector.
The default value is false.
Officially Supported Platforms/Implementations:
- iOS WKWebView 16.4+ (Official API - WKWebView.isInspectable)
- macOS WKWebView 13.3+ (Official API - WKWebView.isInspectable)
- Windows WebView2 (Official API - ICoreWebView2Settings.put_AreDevToolsEnabled)
Implementation
bool? isInspectable;