-
Notifications
You must be signed in to change notification settings - Fork 527
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
Top controls don't work on iPhoneX in portrait mode #118
Comments
Could you wrap your video in React Native's SafeAreaView? |
I'll try, but the video won't take full screen in this case which may not look good |
SafeAreaView does additional padding in the bottom and does paddings in landscape orientation as well which I don't need at all. Also padding solution is not good. I did a fork with customizable top and bottom control group styles and then adjusted top margin for top group controls in my code when run on iPhoneX and in portrait orientation. |
This is fixed in way back in 2.3 as part of a fix to resolve #144 |
Top controls: back, volume, zoom don't work on iPhoneX in portrait mode
Control styles are hardcoded and can't be customized, e.g.
styles.controls.topControlGroup: {
...
margin: 12
marginBottom: 18
}
The text was updated successfully, but these errors were encountered: