Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望加载栏必须显示为页面加载,并且当我们单击该加载页面上的任何链接时,加载栏也必须显示为下一次单击的页面加载......我正在使用 webview。
可以通过覆盖 webviewclient 的 onPageStarted() 和 onPageFinished() 来显示加载栏。开始在 onPageStarted 中显示加载栏,并使其在 onPageFinished 中不可见。