isSiteSpecificQuirksModeEnabled property
getter/setter pair
A Boolean value indicating whether WebKit will apply built-in workarounds (quirks)
to improve compatibility with certain known websites. You can disable site-specific quirks
to help test your website without these workarounds. The default value is true.
Officially Supported Platforms/Implementations:
- iOS WKWebView 15.4+ (Official API - WKPreferences.isSiteSpecificQuirksModeEnabled)
- macOS WKWebView 12.3+ (Official API - WKPreferences.isSiteSpecificQuirksModeEnabled)
Implementation
bool? isSiteSpecificQuirksModeEnabled;