问题描述
使用为FaceTime链接在网站上,链接打开FaceTime应用程序,但没有通过号码/电子邮件被调用或开始FaceTime调用。
< a href =facetime:[email protected]>使用FaceTime连接< / a>
此计划是否仍受支援?任何想法?
附加信息编辑:
这是我正在使用的实际代码:
< a href =facetime:[email protected]> Apple FaceTime< / a>
该图显示弹出窗口,询问是否希望在点击链接后放置FaceTime调用:
这张图片显示了没有任何反应的开放式FaceTime应用程序。
基本上,等待错误修复。当我回复你对我的帖子的评论时,为了其他的原因:是的。这是iOS的一个bug。我已经向苹果公司报告过,他们目前已经修复了最新的iOS版Beta。他们只需要推动这一修复。
Using Apple's URL Scheme Reference for FaceTime Links on a website, the link opens the FaceTime app but doesn't pass the number/email to be called or start the FaceTime call.
<a href="facetime:[email protected]">Connect using FaceTime</a>
Is this scheme still supported? Any thoughts?
Additional Info Edit:This is the actual code I'm using:
<a href="facetime:[email protected]">Apple FaceTime</a>
This image shows the popup asking if I wish to place a FaceTime call after clicking the link:
This image shows the open FaceTime app where nothing happens.
Essentially, wait for the bug fix. As I responded to your comment on my post, and for other's sake: Yes. It's a bug with iOS. I've reported it with Apple and they've currently fixed with the latest Beta of iOS. They just need to push this fix out.
这篇关于Apple FaceTime URL Scheme不启动呼叫的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!