【发布时间】:2016-09-16 15:12:51
【问题描述】:
我有两个 iOS 应用程序。
当我尝试使用 window.open(url) 打开另一个应用程序时收到此错误。它在 iOS 10 上停止工作,但在早期版本(例如 9.x)上工作。
url = "mySecondApp://#params";
在第一个应用配置中:<access origin="mySecondApp://*" launch-external="yes" />
但我可以打开标准应用程序(例如itms-apps:*)
【问题讨论】:
标签: javascript ios iphone ipad