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需要定期更新的应用程序时遇到问题,因为我正在编程的应用程序需要实时显示。WebView需要每 600 秒左右更新一次。我正在使用getProgress我的WebView对象的方法来检查它是否已正确加载,因为如果没有正确加载,则会在WebView该更新期间显示一个空白的白屏(这对于任何最终用户来说都非常烦人)。但是getProgress,WebView当WebView. 为什么该getProgress方法会报告这样的错误信息?
WebView
getProgress