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.
我正在使用 mathjax 加载数学函数,而我正在将 html 内容加载到UIWebView某些内容颜色中会变成蓝色,
UIWebView
但是我将相同的 html 内容加载到浏览器中意味着它显示正确
如果有人对此问题有任何想法,请分享,
提前致谢...
在 iOS 中,Webkit 尝试识别电话号码并将其转换为链接。我想知道你堆积的小整数分数是否看起来像 iOS 的电话号码。蓝色的是否充当链接,如果是,指向什么?
您可以通过添加禁用此电话号码识别功能
<meta name="format-detection" content="telephone=no">
到<head>您的文档。希望能帮到你。
<head>