-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Broken page on changing the orientation while playing in full screen mode #1645
Comments
Are you handling |
Hi @CHaNGeTe , Not handling Thanks |
Hi @jonathangreco , But the layout is breaking even if it is outside scrollview. Thanks |
@ashnfb In the meantime, do we have a props to disable fullscreen button for iOS ? Can't go to production with this... And I just decided to use 'react-native-video' for controls now since it's also available with android. I really hope that we can fix this quick now. I'm not sure fullscreen on iOS is mandatory (could be a boolean on props) since it's broke the layout for everyone. |
@akhilsanker Yes, it does break the layout, read again what I wrote. @ashnfb fixed this on his repository (a fork of this repo)... It's not merged yet. |
Hi @jonathangreco , Do you have any workaround to solve this issue temporarily? Thanks |
@akhilsanker No. Edit : A workaround is possible ? See #1319 |
@jonathangreco agreed. Let me see about adding a props for hiding the button. It's unfortunate, but this is due to using legacy APIs for displaying fullscreen content. Upgrading to newer APIs is a bigger undertaking. I will post updates about the fullscreen button in #1319 |
Hi @cobarx , Thanks |
any luck ? |
I'm still getting this issue |
Bug
The screen is completely broken on changing the device orientation, while playing the video in full screen mode.
Environment info
React native info output:
Library version: react-native-video: 4.4.1
Steps To Reproduce
...
Describe what you expected to happen:
Reproducible sample code
Thanks
The text was updated successfully, but these errors were encountered: