googleads / videojs-ima

IMA SDK Plugin for Video.js
Apache License 2.0
445 stars 285 forks source link

Skippable Ad is not clickable on IOS with custom control bar height #1144

Closed nochev closed 1 month ago

nochev commented 2 months ago

Hello all,

I have player with custom control bar height and noticed that on IOS it overlaps Skip Ad button. Is there any way to control the position of that button or whole ad container? Here is how it looks like image

Any help is appreciated.

Thanks in advance

Kiro705 commented 2 months ago

Hello @nochev ,

I think the Ad UI is set to fit within the adDisplayContainer which is created to match the size of the video player. You may need to set the disableCustomPlaybackForIOS10Plus additional setting on iOS. A custom control bar should not overlay the skip button or ad choices icon to remain Google Ad Manager policy compliant.

Please let me know if you have any additional questions.

Thank you, Jackson IMA SDK team