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

更新日期:2020-6-5

186 閱讀

開啟你的事業

完成課程獲得認證

開始
廣告