iPhone拦截链接

发布于 2024-12-01 10:04:56 字数 388 浏览 1 评论 0原文

我有一个应用程序可以拦截 uiwebview 中的链接,但我想获取链接字符串 [youtube link] 来启动播放器,

  • 我让 youtube 播放器使用硬编码的 url,[在模式视图中打开]
  • 并有从网站点击链接后的 url 路径,转到一个字符串

,但尚未弄清楚如何阻止 uiwebview 转到按下的链接,获取链接字符串并使用播放器打开我的模式视图

如果我 使用

webView 应该StartLoadWithRequest

retun NO

链接变得不可见,

那么如何实现这一点呢?

谢谢!

i have an app that intercepts a link in a uiwebview, but I want to get that link string [you tube link] to start the player ,

  • I have the youtube player working with a hardcoded url, [opening in a modal view]
  • and have the url path once the link is tapped from the web site, going to a string

but havent figured out yet how to stop the uiwebview from going to the pressed link, getting the link string and opening my modal view with the player

If I use

webView shouldStartLoadWithRequest

retun NO

the link gets invisible,

so how to accomplish this?

thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文