檢測 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;"); }); }
廣告