美文网首页
window.parent.location.href 在saf

window.parent.location.href 在saf

作者: 造轮子的蜗牛 | 来源:发表于2022-05-11 11:46 被阅读0次

    最近开发的时候发现JavaScript调用这个方法浏览器不执行。经过调查发现其实是苹果开发者中屏蔽了这个方法。更改如下配置就可以使用这个方法。

    设置 -》 safari 浏览器 -》 关闭:阻止弹出式窗口-》 关闭:阻止跨网站跟踪 -》 页面最下面点击: 高级 -》 点击: Experimental Features -》 关闭: Block top-level redirects by third-party iframes

    这样这个方法就可以正常执行了。

    相关文章

      网友评论

          本文标题:window.parent.location.href 在saf

          本文链接:https://www.haomeiwen.com/subject/agedurtx.html