gpt4 book ai didi

iphone - 从 UIWebView 检测 window.open()

转载 作者:太空狗 更新时间:2023-10-30 03:31:15 26 4
gpt4 key购买 nike

简短的问题:是否可以使用 UIWebViewDelegateUIWebView 中检测 window.open() 还是有其他方法可以到达这个?当触发 window.open() 事件以显示 UIAlertView 时,我需要 url。

最佳答案

您需要使用 JavaScript 覆盖 window.open():

[webView stringByEvaluatingJavaScriptFromString:@"window.open = function (open) { return function  (url, name, features) { window.location.href = url; return window; }; } (window.open);"];

关于iphone - 从 UIWebView 检测 window.open(),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10909190/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com