selectionGranularity property
getter/setter pair
The level of granularity with which the user can interactively select content in the web view. The default value is SelectionGranularity.DYNAMIC.
Officially Supported Platforms/Implementations:
- iOS WKWebView (Official API - WKWebViewConfiguration.selectionGranularity)
Implementation
SelectionGranularity? selectionGranularity;