Guides
...
Integration Guide
Native app integration
iOS — Inline Media Playback
1min
To prevent playing the show live stream or replay using the native full-screen controller, set please set allowsInlineMediaPlayback to true to your UIWebView or WKWebViewConfiguration.
The default value of this property is false for iPhone and true for iPad.
- WebKit / WKWebViewConfiguration — allowsInlineMediaPlayback
- UIKit / UIWebView (deprecated) — allowsInlineMediaPlayback
Updated 25 Mar 2024
Did this page help you?