youtube-ios-player-helper
youtube-ios-player-helper copied to clipboard
Disable Picture In Picture mode for youtube Player when app went to background
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?
configuration.allowsPictureInPictureMediaPlayback = false U need to add this to the webview configuration
Is "allowsPictureInPictureMediaPlayback"still available now?