serkanyersen / ifvisible.js

Crossbrowser & lightweight way to check if user is looking at the page or interacting with it.

Home Page:http://serkanyersen.github.com/ifvisible.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working with alt+tab in windows

kirangsa opened this issue · comments

commented

Not working with alt+tab in windows

It would be nice to have this feature implemented.

Also related to alt + tab is the fact that if you switch to another program in your task bar it will not fire any of the visibility events.

Check out my answer on #42

When you do alt+tab browser window does not really go hidden. and visibility api will only work minified windows or switched tabs. You can enable legacyMode on the new version to have this effect.