How do I include extensions in the tel: URI?

后端 未结 7 1881
粉色の甜心
粉色の甜心 2021-01-03 17:42

I currently have a webpage serving up phone numbers, some of these phone numbers have extensions so I have written the HTML like this:



        
相关标签:
7条回答
  • 2021-01-03 18:12

    In all the examples I saw, the value of ext is contained in the full number. So try including 88 in the href value:

    <a href="tel:+44-1234-56788;ext=88">+44-1234-56788</a>
    
    0 讨论(0)
提交回复
热议问题