Closed cnsndnz closed 2 years ago
@cnsndnz could clarify what the feature request is here? Are you asking for IntersectionObserver to provide info outside of the browser window (i.e. window state relative to the screen)? Or something else?
@cnsndnz could clarify what the feature request is here? Are you asking for IntersectionObserver to provide info outside of the browser window (i.e. window state relative to the screen)? Or something else?
Exactly. Improving the intersection observer due to the window-page state and browser position would be very beneficial for real life use cases.
Thanks - that sounds exactly like what https://github.com/w3c/IntersectionObserver/issues/471 is proposing as well. Let's close this one as a dupe of the earlier one.
Hello,
This is a feature request for intersection observer api and this feature can be provided as optional via options parameter if it is possible. It is important that the measuring the correct 'viewability' of an ad in online advertisement business. If the intersection observer api can takes into account the browser position and status it will be better for use of advertising purposes. For example Intersection Observer Api can trigger visibility change events for the target element;
Thanks