writingToolsBehavior property
getter/setter pair
Sets the preferred Apple Writing Tools experience for text in the WebView.
This setting is applied when the WebView is created and is available on
iOS 18.0 and later. The system may provide a more limited experience when
the requested behavior is not available on the device. The default value
is null, which preserves WebKit's default behavior.
Officially Supported Platforms/Implementations:
- iOS WKWebView 18.0+ (Official API - WKWebViewConfiguration.writingToolsBehavior)
Implementation
IOSWritingToolsBehavior? writingToolsBehavior;