iPhone Safari making a phone call

前端 未结 2 1748
有刺的猬
有刺的猬 2020-12-16 19:53

Is there something I can put in the code for an HTML page I am making for Safari on iPhone to make a call when clicked on? Something similar to:



        
2条回答
  •  天命终不由人
    2020-12-16 20:21

    As Nava answered, remove // from your link.

    But if you are using same web-application for desktop as well as mobile, then this won't work for your desktop and when you click on link, page will gone to "tel:XXXXXXXX". So this idea became fail.

    Try using "callto" instead of "tel" like this

    Click to call
    

    Then if you are using mobile browser, then it will show call prompt and if you are using windows browser, then it will prompt you to call with "Skype" and any other related application.

提交回复
热议问题