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

Disable Picture In Picture mode for youtube Player when app went to background #435

Open Suneel-Gunupudi opened 3 years ago

Suneel-Gunupudi commented 3 years ago

Hi, I am facing one issue, when the app went to the background while playing video, by default video is playing i Picture in Picture mode on the Home screen of the iPhone. Can anyone help on this?

ankit0812 commented 2 years ago

configuration.allowsPictureInPictureMediaPlayback = false U need to add this to the webview configuration

allenlinli commented 2 years ago

Is "allowsPictureInPictureMediaPlayback"still available now?