我是初学者Web开发人员。我有网站。 我有网址:
- Skype - <a href ="skype:600000000">Skype me</a>
- Call - <a href ="tel:600000000">Call me by phone</a>
- iMessage - <a href ="tel:600000000">Send me message by iMessage</a>
- Whatsapp - <a href ="whatsapp://name">Send me message by Whatsapp </a>
在单击Skype之后,我需要-从Skype应用程序中拨打选定的号码。单击WhatsApp / iMessage之后-打开并通过WhatsApp / iMessage将消息写到所选号码。
如何做 目前正在打开应用程序,但没有拨打正确的号码
我该如何修理?
答案 0 :(得分:1)
您将需要遵循Skype URI tutorial: iOS apps和WhatsApp API。
对于Apple的API,您将需要Phone Links和SMS Links