g***@126.com
g***@126.com
  • 发布:2016-11-07 15:43
  • 更新:2016-11-07 15:43
  • 阅读:1275

IOS 10下通过urlschemes不能跳转APP

分类:HTML5+
if(isiOS){  
    var ifr = document.createElement("iframe");           
    ifr.src = "szfmapp://abc?c=2&bookVersion="+localStorage.bookVersionShare+"&catalogueId="+localStorage.catalogueId;   
    ifr.style.display = "none";            
    document.body.appendChild(ifr);                
}

在ios 9 及以下是可以跳转的 10就不可以。

2016-11-07 15:43 1 条评论 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复