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
in my project I am mostly using YouTubePlayerView which works great, but for one use case I need the YouTubePlayerViewController. I essentially have just a button that should open fullscreen video.
When I create the YouTubePlayerViewController the usage example suggests, it goes inside the safe areas and there is no way to dismiss the controller for the user when I use the full screen presentation.
I thought maybe adding navigation controller is the expected approach, but that did not help either.
Is there something I am missing? Any help/pointers appreciated 🙏
PS: I am happy to use the SwiftUI player if that would work better for my full screen use case.
The text was updated successfully, but these errors were encountered:
please check out the develop branch which has an updated implementation of the YouTubePlayerViewController which respects the top safe area layout guide.
Hello,
in my project I am mostly using
YouTubePlayerView
which works great, but for one use case I need theYouTubePlayerViewController
. I essentially have just a button that should open fullscreen video.When I create the
YouTubePlayerViewController
the usage example suggests, it goes inside the safe areas and there is no way to dismiss the controller for the user when I use the full screen presentation.I thought maybe adding navigation controller is the expected approach, but that did not help either.
Is there something I am missing? Any help/pointers appreciated 🙏
PS: I am happy to use the SwiftUI player if that would work better for my full screen use case.
The text was updated successfully, but these errors were encountered: