我移动通过媒体查询优化网站.没有任何额外的标记,电话号码似乎被识别并在 iphone和 android上变得“可点击”,但我的 Windows手机模拟器只识别其中一个数字的第二个1/2. 这种方法在opera
这种方法在opera mobile上不起作用:
<a href="tel:1234">1234</a>
http://developer.apple.com/library/safari/#codinghowtos/Mobile/UserExperience/_index.html
此方法使链接可在桌面浏览器中单击,即使浏览器不知道如何处理该数字:
<a href=”#” tel=”1234”>1234</a>
http://www.wpromote.com/blog/google/optimizing-your-web-site-for-mobile-3-easy-tips/
那么最好的解决方案是什么,或者换掉电话号码周围的标记?谢谢
第一个例子(tel :)是一个RFC标准: http://www.ietf.org/rfc/rfc3966.txt,据我所知,没有“tel”属性,所以我更喜欢tel-URI.