gpt4 book ai didi

ios - 从 webview 链接快速启动位智

转载 作者:行者123 更新时间:2023-11-30 12:19:27 25 4
gpt4 key购买 nike

我有一个连接到一个网址的 WebView ,在这个网址上有一个链接,单击该链接时,应该打开带有地址的位智。在 safari 上它工作正常,但是当我尝试通过我的 WebView 打开它时,它似乎不起作用。有什么办法可以做到这一点吗?

最佳答案

要从外部打开链接,您需要为 webview 设置 UIWebViewDelegate

然后,实现:

func webView(_ webView: UIWebView, shouldStartLoadWith request: URLRequest, navigationType: UIWebViewNavigationType) -> Bool

从那里,您可以从 URLRequest 中获取 URL 并在外部打开该链接。

然后,你可以调用func open(_ url: URL, options: [String : Any] = [:],completionHandlercompletion: ((Bool) -> Void)? = nil)使用 Web View 中的 URL 在您的 UIApplication 上。

关于ios - 从 webview 链接快速启动位智,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44974134/

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