The FF4 delivers an app tab feature and it looks like both Gmail and Twitter have some notification code when a new mail or tweet come the app tab would look like a litter lighter. Does any know how to operate the app tab with the notification? I can see the code of a pinned application of IE9 with similar function. But I could not run into any document of FF4.

link|improve this question
feedback

1 Answer

up vote 5 down vote accepted

Do you mean that you're building a website and you want to let Firefox notify the user on an event when the tab is pinned?

I'm fairly certain Firefox does it when the website's <title> is changed. For instance on Twitter, when there's a new tweet, the title is changed from "Twitter / Home" to "(1) Twitter / Home". Firefox notices this and notifies the user.

So really, any javascript function that changes <title> will make it work.

I hope that helps

link|improve this answer
1  
Thank you adlawson. I can confirm that changing the title indeed makes the tab 'glow'. – Gerben Apr 15 '11 at 9:13
thanks, i think it is the way. – Sinnyn Apr 19 '11 at 6:03
Does this also work with the Chrome browser? If so, then this answers this question: stackoverflow.com/questions/7587312/… – Jacob Sep 28 '11 at 17:55
You're right, it does. – adlawson Sep 28 '11 at 18:17
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.