html - Apple FaceTime URL 方案未发起调用

标签 html ios anchor facetime

使用 Apple's URL Scheme Reference对于网站上的 FaceTime 链接,该链接会打开 FaceTime 应用程序,但不会传递要调用的号码/电子邮件或启动 FaceTime 通话。

<a href="facetime:user@example.com">Connect using FaceTime</a>

这个方案还支持吗?有什么想法吗?

附加信息编辑: 这是我使用的实际代码:

<a href="facetime:user@abc.com">Apple FaceTime</a>

此图显示弹出窗口,询问我是否希望在单击链接后调用 FaceTime 电话:

FaceTime call from webpage URL

此图显示了打开的 FaceTime 应用程序,但没有任何反应。

FaceTime call from webpage URL

最佳答案

当您从网页上单击 facetime URL 时,它会提示用户授予权限。自动调用启动仅适用于 native 应用程序,不适用于网页。

来自 FacetimeLinks Reference

When a user taps a FaceTime link in a webpage, iOS confirms that the user really wants to initiate a FaceTime call before proceeding. When an app opens a URL with the facetime scheme, iOS opens the FaceTime app and initiate the call without prompting the user. When opening FaceTime URLs on OS X, the system always prompts the user before initiating a call.

关于html - Apple FaceTime URL 方案未发起调用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27749122/

相关文章:

Java Amazon S3 Post 表单

html - Div 内容在多部分表单上重叠

html - 为什么不能在有背景的 anchor 元素上设置行高?

jquery - 识别http链接并创建 anchor 标记

javascript - 如何解析框架集中页面之间调用的 URL?

html - 防止 chrome 中的内联 SVG 像素捕捉

jquery - Nivo Slider 中的图像映射

ios - 两个标签相邻,截断一个

ios - 检查 coredata 对象是否为 nil

ios - 为什么标签栏项目的角标(Badge)没有改变