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