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 680 forks source link

Videos immediately pause after playing #423

Closed punkisdead closed 3 years ago

punkisdead commented 3 years ago

I noticed an issue that just started recently where videos immediately pause every one second after playing.

playerView(_ playerView: YTPlayerView, didChangeTo state: YTPlayerState)

keeps getting triggered immediately after .playing with a .paused state.

What's even stranger is that playing in the simulator works fine, it's only on the device itself.

punkisdead commented 3 years ago

Anyone?