โทรศัพท์เคลื่อนที่เกือบทุกรุ่นในปัจจุบันสนับสนุนโปรโตคอล tel:ซึ่งรวมถึง Safari บน iOS, เบราว์เซอร์ Android, เบราว์เซอร์ Symbian, Opera Mini เป็นต้น
เพิ่มตามนี้ −
if (/(HTC825)/i.test(navigator.userAgent)){ $("a[href^='tel:']").each(function(){ this.href = this.href.replace("tel:", "wtai://wp/mc;"); }); }