-
Notifications
You must be signed in to change notification settings - Fork 474
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
Android fullscreen fix #128
Android fullscreen fix #128
Conversation
Does this happens also on the v1 branch? |
I'll check and answer later |
@davidohayon669 I checked the v1 branch and for now my PR only fix issue on master branch. This PR, configures setFullscreenControlFlags on YouTubePlayer and reset the orientation to device default. Question, I see that in v1 branch was removed YouTubePlayer.OnFullscreenListener. What is the reason? |
No special reason, we can get it back. Its just that I removed a lot of stuff to have cleaner code so I can apply features more smart |
v0.x is history |
Was it never merged? The problem still exists with android hardware button. |
Resolves the issue with fullscreen on Android when close vídeo by device back button.
Fix #114