获取WebView中已加载资源的百分比
所以我想要知道网站加载量的百分比。我不太确定如何做到这一点,除非我猜测它与 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看来您可以使用WebView的estimatedProgress来获取其加载的资源数量。
It appears that you can use WebView's estimatedProgress to get it's number of resources loaded.