Android Webview 偶尔不显示任何内容

发布于 2024-11-16 11:10:37 字数 390 浏览 0 评论 0原文

我有一个加载 google oAuth 页面的网络视图。这需要多次重定向才能到达要求用户授予访问权限的最终页面。

有时,网络视图根本不会在屏幕上显示任何数据。我注意到,当我调试(断点)时,它几乎总是显示页面。按理说,这是一个时间问题。

因此,为了完全获得它,我这样做了: 1)shouldOverrideUrlLoading()被重写,以便我可以在同一个webview上重定向。 2) OnReceivedError 以及 WebViewClient 和 WebChromeClient 上的大多数方法都被覆盖并记录。 3)我向webview添加了一个图片侦听器,以确保加载任何图片时,我都会使mywebview无效

通过研究,我知道加载的URL序列对于工作情况和不工作情况都是相同的。

有什么想法吗?

I have a webview that loads google oAuth page. That requires multiple redirections before arriving on the final page that asks user to grant access.

Occassionally, the webview doesn't show any data on the screen at all. What I notice is that it almost always show the page when I am debugging (breakpoints). Pressumably, this is a timing issue.

So to get it all of the way, I have done this:
1) shouldOverrideUrlLoading() is overriden so that i can redirect on the same webview.
2) OnReceivedError and most of the methods on WebViewClient and WebChromeClient are overriden and logged.
3) I added a picture listener to the webview to make sure when any picture is loaded, i am invlidating mywebview

From research, I know that the sequence of URLs being loaded are the same for both the case of working and the case of not working.

Any thoughts?

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

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

发布评论

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