Skippable Ads on iOS 10+
thekendog opened this issue · 1 comments
thekendog commented
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
thekendog commented
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);