tinycon
tinycon copied to clipboard
A small library for manipulating the favicon, in particular adding alert bubbles and changing images.
The previous matcher to find the link-element did look for everything containing the word 'icon'. Also apple's was matched and got removed, or used as faviconTag (depending on the link...
Hi, I'm using a Drupal module (Environment Indicator) that uses the TinyCon library. The favicon function does not seem to be working correctly in Chrome. There is a little "T"...
Hi, I'm using a Drupal module (Environment Indicator) that uses the TinyCon library. The favicon function does not seem to be working correctly in Chrome. There is a little "T"...
I've used a breakpoint in Chrome (v65) developer tools to verify that setBubble is being called when loading the following page: https://staging.my.siyli.org But when the icon shows up it doesn't...
This immediately calls the onload function after it is defined, to ensure that changes are picked up.
Including these in your head ``` ``` and a valid favicon.ico in the root of the site (not linked in a tag). Seems to break favicons on Chrome.
Please check the issue as I can't see any favicon or bubble in chrome, however it's working as expected in Firefox. I am using Google Chrome (Version 44.0.2403.125 m) in...
(sorry bad english) i have strange behavior tinycon library. setBubble method changed favicon only after third call, probably because i have multiple favicons with different sizes. ``` ``` after small...
I added edge in the browser options, and also applied the fallback 'updateTitle' if the browser is Edge. Also IE does not seem to support originalTitle[0] to get the first...
Currently it seems one can only display the icon in the lower right corner. Does it make sense to add an option to allow the dev to specify the location?...