简体   繁体   中英

(html) Tel:phone-number not working

have done a complete search and cannot get this click-to-call html to work. Have tried;

<a href="tel:000000000">000000000</a>
<a href="tel://000000000">000000000</a>
<a href="callto:000000000">000000000</a>
<a href="callto://000000000">000000000</a>

This is the webpage i'm trying to get it to work on http://www.glasgowbuildinginspections.com.au/phone/

I can load the page locally file:///D:/Downloads/index.html and it works, but the page says it can't load server side files which might be what is stopping it. Any thoughts?

尝试使用

<a href="tel:+000000000">000000000</a>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM