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

[BUG]: Android navigation bar stays hidden after video using fullscreen no longer mounted #4047

Closed
sntg-p opened this issue Aug 1, 2024 · 3 comments · Fixed by #4049 or #4112
Closed
Labels
bug stale Closed due to inactivity or lack or resources

Comments

@sntg-p
Copy link

sntg-p commented Aug 1, 2024

Version

6.4.3

What platforms are you having the problem on?

Android

System Version

Android 13

On what device are you experiencing the issue?

Simulator

Architecture

Old architecture

What happened?

After playing the video or closing the screen with the video using fullscreen={true}, the status bar reappears but the navigation bar doesn't.

Maybe it is related to this issue.

Reproduction

No response

Reproduction

Step to reproduce this bug are:

  • Show a screen with Video component with fullscreen={true}
  • Close the screen
@sntg-p sntg-p added the bug label Aug 1, 2024
@seyedmostafahasani
Copy link
Collaborator

seyedmostafahasani commented Aug 2, 2024

@sntg-p I think it must be fixed if you use the setFullScreen method when you want to close a screen with video by setting fullscreen={true} as shown below.
ref.current?.setFullScreen(false)
Please use the setFullscreen method to handle the full-screen status instead of the fullscreen prop.

@seyedmostafahasani
Copy link
Collaborator

@sntg-p
Did you test the above approach? When you want to call goBack function you can call this method: setFullScreen(false).
Would you please share your code with me if it's possible or sample of your code?

Copy link

github-actions bot commented Sep 3, 2024

This issue is stale because it has been open for 30 days with no activity. If there won't be any activity in the next 14 days, this issue will be closed automatically.

@github-actions github-actions bot added the stale Closed due to inactivity or lack or resources label Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug stale Closed due to inactivity or lack or resources
Projects
None yet
2 participants