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.
UIWebView を使用して自分の Web ページにアクセスしています。xib ファイルで、検出タブの下にある電話番号、リンク、およびアドレスのチェックボックスをオンにしました。検出が機能しています。しかし、それは下線付きの青色で表示され、これらは必要なく、独自のカスタム スタイルを適用します。誰かが私にコードまたはコメントをドロップできますか? ありがとう
css スタイルを使用します。何かのようなもの:
<html><head><style type=text/css> a {color:#FFF;} </style></head>...</html>