accessibilityIgnoresInvertColors property
getter/setter pair
A Boolean value indicating whether the WebView ignores an accessibility request to invert its colors.
The default value is false.
Officially Supported Platforms/Implementations:
- iOS WKWebView 11.0+ (Official API - UIView.accessibilityIgnoresInvertColors)
Implementation
bool? accessibilityIgnoresInvertColors;