kslimani/clappr-google-ima-html5-preroll

Skippable Ads on iOS 10+

thekendog opened this issue · 1 comments

Is it possible to include the skippable ads option for iOS 10 and up devices into the plugin?

https://developers.google.com/interactive-media-ads/docs/sdks/html5/skippable-ads

I was able to get this working by adding this line...

this._adsLoader.getSettings().setDisableCustomPlaybackForIOS10Plus(true);

just after this line in the plugin...

this._adsLoader = new google.ima.AdsLoader(this._adDisplayContainer);