Im trying to implement a favicon for a website for both mobile and desktop browsers.
AFAIK, the best way, for all desktop browsers, is currently placing a favicon.ico in the root directory of the website.
For latest version of desktop browsers, this is currently working for Chrome and Firefox. It does not work for Internet Explorer.
For mobile browsers, it does not work in Android nor in iOS.
This is what the favicon looks like in Chrome on Android:
https://i.stack.imgur.com/bT6sD.png
Is there a better way to do it? How can I do it for mobile browsers?