[Repost, as the initial message got delayed by 8 hours in the moderation queue and probably went unnoticed in the high traffic]
Hi all, I've been desperately trying to get favicons from web pages loaded in a WebView, even for pages that have a <link rel="icon"/> Things I've tried : - WebViewClient.onPageStarted() -- the icon parameter is always null - WebChromeClient.onReceivedIcon() -- never called - WebIconDatabase.requestIconForPageUrl() -- the listener is never called I looked at the Browser source code and couldn't find anything else other than the above. I have the feeling I'm missing something obvious... Thanks for any hint! BTW, what is the exact purpose of WebIconDatabase? Is it a special cache for favicons? How is it supposed to be used? Sylvain -- Sylvain Wallez - http://bluxte.net --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

