You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
@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?
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.
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:
fullscreen={true}
The text was updated successfully, but these errors were encountered: