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 :
テキストベースのコンテンツで検出できる情報の種類を定義します。
種類: