-
-
Notifications
You must be signed in to change notification settings - Fork 764
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add method YouTubePlayer.toggleFullscreen #936
Add method YouTubePlayer.toggleFullscreen #936
Conversation
Implement functionality for toggle full screen programmatically
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! I have left a few comments. I want to make sure that player.toggleFullScreen
is a public API in the IFrame Player. We don't want to use internal/private stuff as it might break at anytime if YouTube decide to change the API.
# Conflicts: # chromecast-sender/src/main/java/com/pierfrancescosoffritti/androidyoutubeplayer/chromecast/chromecastsender/ChromecastYouTubePlayer.kt
Thanks for the help @Praveen-Pable :) |
Thanks @PierfrancescoSoffritti for accepting solution 🙂👍 |
Implement functionality for toggle full screen programmatically as per requirement.