标签: android webview error-handling favicon
好的,现在我在webview中管理了如何处理favicon。
但是如果我的网页浏览没有收到图标,该怎么办?我想提供一个名为favicon-default.png的抽象服务!
favicon-default.png
怎么做?在哪里?
答案 0 :(得分:0)
如果您的webview未收到图标,请致电getResource().getDrawable(R.drawable.favicon_default)。请避免在可绘制的名称中使用“ - ”。
webview
getResource().getDrawable(R.drawable.favicon_default)