vast-vmap icon indicating copy to clipboard operation
vast-vmap copied to clipboard

JavaScript library for IAB VAST + VMAP

Results 11 vast-vmap issues
Sort by recently updated
recently updated
newest added

Causes the wrapping VAST provider to not be notified when the inner-vast impression is sent. I think this is quite a simple fix and I will open a PR for...

Hi John, I added some compatibility improvements regarding to: - IE 9 CORS request - Compatibility with new Google Chrome 46+ (See details in https://code.google.com/p/chromium/issues/detail?id=549103) I added the "onFinish" event,...

Hey man quick question. How could I check whether the media player supports a certain format? I see that you have the function getBestMedia which matches the closest width, height,...

It seems that issue #4 is still present. I included a test case.

Inside `onGotFirstAd`, when calling `oaf.call(that, that);`, the `that` argument is passed instead of `ads`. As far as I understand it should be: ``` js (function(ad, allowPods, that) { onGotFirstAd =...

As discussed in issue #19 this fixes the `getElementsByTagNameNS` call with root.namespaceURI to call it with "*" .

Hi, as i saw in previous issue, there's no other option but saying: good job! Is it possible to have the formats separated into different files(VAST and VMAP)? I'd do...

Hi, first, i wanted to say job well done! :+1: this lib is awesome! Thing is, the JSDocs are not all the clear to newbies. Any chance you could please...

If VAST is a wrapper, and the VASTAdTagURI fails (e.g. due to missing CORS), onLoaded breaks, consequently the queryVAST onFetched callback is never called. onLoaded expects ads to be populated,...

According to IAB documentation: " contains a URI to a tracking resource that the video player should request if for some reason the InLine ad could not be served" As...