Android Webview 偶尔不显示任何内容
我有一个加载 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论