preferredContentMode property
Sets the content mode that the WebView needs to use when loading and rendering a webpage. The default value is UserPreferredContentMode.RECOMMENDED.
Officially Supported Platforms/Implementations:
- Android native WebView
- iOS 13.0+ (Official API - WKWebpagePreferences.preferredContentMode)
- MacOS 10.15+ (Official API - WKWebpagePreferences.preferredContentMode)
Implementation
UserPreferredContentMode? preferredContentMode;