youtube / youtube-ios-player-helper

Lightweight helper library that allows iOS developers to add inline playback of YouTube videos through a WebView
Other
1.64k stars 677 forks source link

Closed captions in fullscreen player #484

Open cbg-dev-k opened 1 year ago

cbg-dev-k commented 1 year ago

Hi

We use this youtube player in forced fullscreen mode (allowsInlineMediaPlayback = false).

When we enable closed captions (cc_load_policy = 1), I can see them in the inline preview but they aren't visible in the native fullscreen player. Has anyone managed to get this combination working?