On Android : making a phonecall using a browser application

前端 未结 1 1465
后悔当初
后悔当初 2021-01-21 19:00

On Android devices, does anyone has checked that if a user clicks on a link

555.123.1367<         


        
相关标签:
1条回答
  • 2021-01-21 19:38

    The link needs to be

    <a href="tel:<number you want to have dialled"> Call </a>
    

    so for the number you used:

    <a href="tel:5551231367"> Call 555.123.1367 </a>
    
    0 讨论(0)
提交回复
热议问题