Skip to content
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

When full screen mode is on, it does not overlay the whole UI #839

Open
mbareeva opened this issue Oct 13, 2023 · 1 comment
Open

When full screen mode is on, it does not overlay the whole UI #839

mbareeva opened this issue Oct 13, 2023 · 1 comment

Comments

@mbareeva
Copy link

Currently it looks like this when entering the full screen mode:

Screen.Recording.2023-10-13.at.09.38.29.mov

I want it to look like in expo-av pakage when the full screen overlays the UI.:

Screen.Recording.2023-10-13.at.09.41.43.mov

Did someone encounter this issue? I set up width and height for a full screen in style prop for VideoPlayer but still it does not work as expected. Tried out different options for resizeMode but did not change anything

height: inFullscreen ? Dimensions.get('window').height : 160,
width: inFullscreen ? Dimensions.get('window').width : 350,

Thank you!

Originally posted by @mbareeva in #838

@Mitrandir-main
Copy link

Same issue for me, did you resolve it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants