Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有两个选项卡(位于“时钟”应用程序底部的东西)都有网络视图。如果 URL 中有字符串“test”,如何在第二个选项卡的第二个 webview 中打开(并显示给用户)在第一个选项卡的 webview 上单击的链接。
谢谢你!
您需要在 UIWebView 上设置一个委托,然后处理委托方法以便能够拦截单击并将其发送到您想要的选项卡。
这是一个示例:UIWebView 在 Safari 中打开链接