allowsLinkPreview property
getter/setter pair
Set to true to allow that pressing on a link displays a preview of the destination for the link. The default value is true.
Officially Supported Platforms/Implementations:
- iOS WKWebView (Official API - WKWebView.allowsLinkPreview)
- macOS WKWebView (Official API - WKWebView.allowsLinkPreview)
Implementation
bool? allowsLinkPreview;