Display the Android WebView's favicon

前端 未结 2 459
轮回少年
轮回少年 2021-02-06 09:24

I\'d like to display the favicon of the website I am accessing via the android.webkit.WebView. I\'ve tried two ways to get it:

1) WebViewClient.onPageStarted()

2条回答
  •  旧时难觅i
    2021-02-06 10:02

    I think to remember that there is a method getFavicon() available for the WebView object. here is my stupid question did you try that?

提交回复
热议问题