openvv-html icon indicating copy to clipboard operation
openvv-html copied to clipboard

OpenVV project to provide viewability data and API to HTML5 based video

Results 17 openvv-html issues
Sort by recently updated
recently updated
newest added

Even with the .find Polyfill fix, this plugin still always reports out of view in IE. Try Demo.html in IE and you'll see!

https://github.com/InteractiveAdvertisingBureau/openvv-html/blob/3c2bc36f4786e04d846d14fdd314223a5b265823/src/Measurement/MeasurementTechniques/IntersectionObserver.js#L49

How would you create a custom strategy, that measures the 100/15 standard? As far as I understand, the `timeInView` parameter defines a continuous time in view. This is a bit...

Should minify output to `dist/openvv.min.js` and not include source maps

This library is incredibly helpful! I notice that it does not take into account other DOM elements (ex. absolute / fixed positioned ones) obscuring the element being observed. Is it...

Testing the library we noticed there were no support for overlay or floating header (basically anything that could hide the ad). It could be nice to add a support for...

The OpenVV library considers Element as visible even if page has no focus. So when user minify browser or goes to another tab, MRC event will fire independently. It would...

Make Open VV a standard implementation of OMID API for web. https://iabtechlab.com/wp-content/uploads/2017/10/OMID_Version1.0.pdf

IE 11.0.96.00.18837 (Win7) and IE 11.674.15063.0 (Win10) throws an error: "Object does not support property or method "find". It’s necessary to add a polyfill for IE browsers, e.g: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/find

When the OVV library starts in the iframe which nested in another crossdomain iframe, it is necessary to initiate IntersectionObserver through the parent element, e.g. "element.ownerDocument.defaultView", otherwise the element will...