-
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
In go back of fullscreen mode, the proportion is not re-adjusted #345
Comments
@nicolascbarbosa is the issue you are experciencing similar to what you can see in this gif:
|
I am getting the same issue. Any idea How to manage? |
Not yet, as far as I know. By looking at the Android source code, there is no way to reset a player from the API or force the aspect ratio recalculation. Have the same issue right now, but doubtfully the elegant fix is possible. |
Currently, It is working by below fixing. I have used example code of this repo and change width by some minor numbers on onReady event and also change width again after some timeout so it will get some more space after rendering the control. Maybe useful to someone.
|
#362 try this |
sovled in c9a0c38 |
This happened on Android.
The text was updated successfully, but these errors were encountered: