suppressesIncrementalRendering property
getter/setter pair
Set to true if you want the WebView suppresses content rendering until it is fully loaded into memory. The default value is false.
Officially Supported Platforms/Implementations:
- iOS WKWebView (Official API - WKWebViewConfiguration.suppressesIncrementalRendering)
- macOS WKWebView (Official API - WKWebViewConfiguration.suppressesIncrementalRendering)
Implementation
bool? suppressesIncrementalRendering;