检测 HTML 在 JavaScript 中点击拨打支持
如今,几乎所有移动设备都支持 tel: 协议。其中包括 iOS 上的 Safari、Android 浏览器、Symbian 浏览器、Opera Mini 等。
像这样添加 −
if (/(HTC825)/i.test(navigator.userAgent)){ $("a[href^='tel:']").each(function(){ this.href = this.href.replace("tel:", "wtai://wp/mc;"); }); }
广告