Giter Site home page Giter Site logo

Visibility API about html5please HOT 14 OPEN

justmarkup avatar justmarkup commented on August 25, 2024
Visibility API

from html5please.

Comments (14)

addyosmani avatar addyosmani commented on August 25, 2024

I've used both of the above polyfills/shims in production. I think mine and evilmartians both need more/tests, but they do the trick. I would say 'use with polyfills'.

from html5please.

Raynos avatar Raynos commented on August 25, 2024

Defiantly worth mentioning. Neiter appear to be polyfills they are just feature equivelant emulation using propietory APIs.

Writing a real polyfill shouldn't be too difficult though.

from html5please.

nimbupani avatar nimbupani commented on August 25, 2024

If this is proprietary API I think we should mention with 'avoid'. We shouldnt have to face the trauma of flexbox again.

from html5please.

Raynos avatar Raynos commented on August 25, 2024

That's not what I meant. I meant the polyfills don't use the native API. (the polyfills use their own propietory API, except the term "propietory API" is poorly used to describe that).

Page Visibility is a proper w3c specification.

from html5please.

nimbupani avatar nimbupani commented on August 25, 2024

ohh i see. perhaps then we need a good polyfill that DOES use the native API?

from html5please.

addyosmani avatar addyosmani commented on August 25, 2024

So, to add some further clarity to the comment from @Raynos, both solutions do use the Page Visibility API in it's native form if it's present, but do so and provide fallbacks through an abstraction layer. This was necessary as we were experiencing (IE) issues related to just firing off simulated 'visibilityChanged' events that prevented us from just doing a 100% polyfill. If anyone feels they can improve on that, by all means please do :)

from html5please.

Raynos avatar Raynos commented on August 25, 2024

Would firing visibilityChanged events through an emulated DOM2 events (addEventListener) API in oldIE count as a 100% polyfill? That should be possible. Also DOM 0 event listeners like document.onvisibilitychange should also be possible.

I'll add writing a page visibility polyfill to the list.

from html5please.

addyosmani avatar addyosmani commented on August 25, 2024

It would cover the most important part of the spec, but if you're going for completeness there's a little more to it such as exposing the actual state and not just that it's changed :)

On 24 Jan 2012, at 18:54, [email protected] wrote:

Would firing visibilityChanged events through an emulated DOM2 events (addEventListener) API in oldIE count as a 100% polyfill? That should be possible. Also DOM 0 event listeners like document.onvisibilitychange should also be possible.

I'll add writing a page visibility polyfill to the list.


Reply to this email directly or view it on GitHub:
#87 (comment)

from html5please.

Raynos avatar Raynos commented on August 25, 2024

The following polyfill : https://gist.github.com/1677020 given some polish and testing should work correctly.

Note that legacy browser support in this case requires polyfilling addEventListener, [].forEach and Object.defineProperty which should all be shimmable back to oldIE.

from html5please.

jonathantneal avatar jonathantneal commented on August 25, 2024

If it helps make things feel more native in old ie, you could use a combination onpropertychange and toString = function() to make your polyfill act and feel more native (i use it as a poor man's object.watch)

from html5please.

reconbot avatar reconbot commented on August 25, 2024

@Raynos that works for me, thank you thank you!

from html5please.

nimbupani avatar nimbupani commented on August 25, 2024

@Raynos what is your view on this? Would you be up to making a new post on Visibility API?

from html5please.

Raynos avatar Raynos commented on August 25, 2024

Its worth mentioning yes, not sure what I would write about it, may get around to it.

from html5please.

arthurvr avatar arthurvr commented on August 25, 2024

Do you guys think there's still a need for 'use with polyfill'? Take a look at the caniuse page, but looks like it's overall quite green.

from html5please.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.