nnhubbard / ZSSRichTextEditor

A beautiful rich text WYSIWYG editor for iOS with a syntax highlighted source view
MIT License
3.78k stars 584 forks source link

Data detector types not working #246

Open MohideenSheikSulaiman opened 4 years ago

MohideenSheikSulaiman commented 4 years ago

In WKWebView, mobile numbers and websites are not converted to links automatically even if we set the data detector types (WKDataDetectorTypeAll).

101airborne commented 2 years ago

This is still a problem. I have been unable to make any Data Detector work with this WKWebView even though Data Detectors have been configured properly with:

config.dataDetectorTypes = WKDataDetectorTypeAll;

I have experimented successfully with Data Detectors in other WKWebViews that I have, but this WKWebView will not recognize any WKDataDetectorType.