标签:ios form mob detection blog 使用 match hone none
网页上有连续超过5个数字,ios浏览器就会当做手机号码,如果某行文字有颜色,那么这个连续的数字就没颜色,变黑色了。
解决方法:在html页面头部加入下面代码
<meta name="format-detection" content="telephone=no"> <meta http-equiv="x-rim-auto-match" content="none">
如果是使用JQuery mobile,以AJAX方式加载页面,那么你只需要在工程的首页面index.hmtl的头部加入上面代码就可以了!
参考:
https://blog.csdn.net/wuzuyu365/article/details/44084715
标签:ios form mob detection blog 使用 match hone none
原文地址:https://www.cnblogs.com/sunylat/p/10234558.html