You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when dismissSettings is called then the pip is also ended instead. dismissSettings dismisses the parent view controller where YTPlayerView is hosted but how can I keep the YTPlayerView in pip mode even when the parent view is dismissed or how the parent view can be collapsed or revived when coming in and out of the PIP?
Another thing is that the app has no control over PIP. The view automatically adds the PIP button when in fullscreen and handles all the PIP-related things. So any insight on this will be good as well.
The text was updated successfully, but these errors were encountered:
Hi,
I want to navigate to different screens within my app when the video is in Picture in Picture (PIP) mode.
Here is my Code below
when dismissSettings is called then the pip is also ended instead. dismissSettings dismisses the parent view controller where YTPlayerView is hosted but how can I keep the YTPlayerView in pip mode even when the parent view is dismissed or how the parent view can be collapsed or revived when coming in and out of the PIP?
Another thing is that the app has no control over PIP. The view automatically adds the PIP button when in fullscreen and handles all the PIP-related things. So any insight on this will be good as well.
The text was updated successfully, but these errors were encountered: