Hi there,
I'm using the iOS IMA SDK and have an issue where on iOS 10 devices, the advert automatically transitions into full-screen mode rather than remaining in the embedded WKWebView.
I've attached 2 images showing what this looks like.
I believe the problem is related to WebKit's changes in iOS 10 relating to the 'playsinline' attribute on video elements.
I've inspected the WKWebView in Safari dev tools and the video element doesn't contain the new 'playsinline' attribute - it does however contain the 'webkit-playsinline' - which I think is now deprecated.
I've tried to dynamically inject some Javascript which adds this attribute to the video element but this didn't appear to fix the issue.
Is this something you guys have control over or does the provider of the VAST URL provide this information?
Thanks,
Dave