Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚注意到,自从升级到 3.0 后,元标记:
<meta name="format-detection" content="telephone=no" />
停止在我的应用程序中工作。我正在使用 UIWebView 并且在升级之前一切正常。有任何想法吗?还有其他人有这个问题吗?
您是否尝试过为 UIWebView 设置 UIDataDetectorType?
webView.dataDetectorTypes = UIDataDetectorTypeLink;
UIDataDetectorTypes:
定义可以在基于文本的内容中检测到的信息类型。
类型: