在 webview 中加载 Twitter feed 使后退按钮首次启用

发布于 2024-11-04 07:28:19 字数 326 浏览 0 评论 0原文

我已在 Web 视图中加载了 Twitter 网址 (http://mobile.twitter.com)。我有 webview 导航按钮(后退和下一页),该按钮一开始就被禁用。当我加载 Twitter feed 时,后退按钮被启用。我根本没有在网络视图中导航。当我单击后退按钮并检查它时,它会转到纯白色屏幕。

为了检查这一点,我在 iPhone 应用程序的 Safari 中打开了 Twitter URL。即使在 Safari 中,后退按钮也会启用。这是一个错误吗?有什么办法可以解决吗?

I have loaded a twitter url (http://mobile.twitter.com) in a webview. I have webview navigation button (back and next),which is to be disabled in the beginning. The back button gets enabled when I load a twitter feed. I did not navigate in the webview at all. When I click the back button and check it goes to a plain white screen.

To check this, I opened the Twitter URL in the Safari of the iPhone app. Even in Safari the back button gets enabled. Is this a bug? Is there any way to solve it?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

自在安然 2024-11-11 07:28:19

该请求可能正在重定向,您可以通过在 UIWebViewDelegatewebView:shouldStartLoadWithRequest:navigationType: 方法中放置断点来检查它。

The request is probably being redirected, you can check it by placing a breakpoint in the webView:shouldStartLoadWithRequest:navigationType: method of your UIWebViewDelegate.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文