We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi.
I've setup play video success. But when I click full screen, breakout and return main page
The text was updated successfully, but these errors were encountered:
This might be an issue with configuration change specifically orientation change. Try this and see if it helps:
Add this in your activity/fragment class:
@OverRide public void onConfigurationChanged(Configuration newConfig) { super.onConfigurationChanged(newConfig); PlayerManager.getInstance().onConfigurationChanged(newConfig); }
Also add this line to your activity in android manifest file:
android:configChanges="orientation"
Sorry, something went wrong.
still error
When I run full screen, onConfigurationChanged event not raise
Try my fork maybe it works for you
No branches or pull requests
Hi.
I've setup play video success. But when I click full screen, breakout and return main page
The text was updated successfully, but these errors were encountered: