Google IMA-SDK and UITableViewCell in iOS

155 Views Asked by At

I am using the Google IMA SDK in the table view. The video ad will display within the video cell as expected. But the scroll won't work in video cell while the ad is playing. Are there any ways to resolve this issue?

2

There are 2 best solutions below

0
On

I found this on the Google Forums from one of the IMA SDK Team:

The behavior in which the page is not scrollable when pressing the video player while the ad is playing is an intended behavior, and this is something that would be fixed on your own implementation. One workaround is that by adding an event listener on the container element passed to the AdDisplayContainer for “touchmove” events to trigger the scroll on your page.

0
On

It's not feasible to do ios UITavleViewCell as per your expectations.