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。
但是查看Android 2.2 浏览器的源代码,我找不到任何提到WebViewClient 的内容。
如果不使用它如何工作?
如果它确实使用它,它在哪里“隐藏”?
它在选项卡内实现(参见Tab.java)。