After very long time I have written for tuts+ network and this time its about HTML5 Page Visibility API. Here I am going to grab extract of that full article.
In earlier days, we had browsers that did not feature tabbed browsing, but today when you look at all browsers available, we can see that all browsers offer that. Being a programmer, I normally have 10-15 tabs open at a time, sometime this numbers goes above 25-30.
[gads]
In this article I have covered below mentioned points for this API:
- Why This API?
- Checking Visibility Status of Page
- Where Can We Use This API?
- Demonstration
- Browser Support
Now we can control how our websites will behave when our website is hidden to user.
[gads]