简体   繁体   English

Android浏览器页面加载事件

[英]Android Browser page loading events

I have made and application that fires the browser for a given URL. 我已经制作并启动了针对给定URL的浏览器的应用程序。

Is it possible to detect Android browser page loading progress, so that I can display some interactive toast messages until the page completely loads on browser? 是否可以检测到Android浏览器页面的加载进度,以便在页面完全加载到浏览器上之前显示一些交互式Toast消息?

With a web view it works. 使用网络视图可以正常工作。 But I don't know how to detect page loading events of a browser. 但是我不知道如何检测浏览器的页面加载事件。

AFAIK there is no way to get the event from the browser for the page loading or any other. AFAIK无法从浏览器获取事件以进行页面加载或任何其他操作。 since it is the entire other application and we cannot track it. 因为它是整个其他应用程序,因此我们无法对其进行跟踪。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM