dataDetectorTypes property
Specifying a dataDetectoryTypes value adds interactivity to web content that matches the value. For example, Safari adds a link to “apple.com” in the text “Visit apple.com” if the dataDetectorTypes property is set to IOSWKDataDetectorTypes.LINK. The default value is IOSWKDataDetectorTypes.NONE.
NOTE: available on iOS 10.0+.
Implementation
List<IOSWKDataDetectorTypes> dataDetectorTypes;