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

Infinite loader when trying to play video #505

Open denisshikunets opened 10 months ago

denisshikunets commented 10 months ago

Hi I'm using youtube-ios-player-helper version 1.0.4

Trying to play next video

My code is next: playerView.load(withVideoId:"Hqz27SLxBZk", playerVars: ["enablejsapi": "1"])

What I see in the app is infinite loading

app

If I tap on youtube label at the bottom, browser with youtube website is opened and video is playing successfully youtube

Thanks