获取WebView中已加载资源的百分比

发布于 2024-12-01 08:29:38 字数 136 浏览 0 评论 0原文

所以我想要知道网站加载量的百分比。我不太确定如何做到这一点,除非我猜测它与 WebFrameLoadDelegate 有点相关。我可以使用所有委托来创建正在加载的页面的大致百分比,但我宁愿有一种更准确的方法来计算加载百分比。所以任何帮助或想法都会很好。谢谢。

So I want to have like a percentage of how much the website is loaded. I'm not really sure how to do it except I'm guessing it's sort of related to the WebFrameLoadDelegate. I can use all of the delegates to create an approximate percentage of the page being loaded, but I'd rather have a much more accurate way of calculating the load percentage. So any help or ideas would be nice. Thanks.

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

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

发布评论

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

评论(1

悲凉≈ 2024-12-08 08:29:38

看来您可以使用WebView的estimatedProgress来获取其加载的资源数量。

It appears that you can use WebView's estimatedProgress to get it's number of resources loaded.

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