-
-
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
[BUG]: Fullscreen (immersive mode) is automatically dismissed after video ends. #3703
Comments
Do you use controls ? |
@freeboub I'm not using controls (prop). |
i also faced this bug since long but switched to different alternate to avoid this issue |
Also facing this same issue. Activating again immersive onclose fixes it but its still glitchy to see navigation bar for sometime |
Hi, I found the root cause of this issue yesterday, I can also reproduce it in the sample. |
on android have you kept repeat mode true or false |
@seyedmostafahasani I tried updated version, it works fine now, without exiting after video ends. |
@freeboub @KrzysztofMoch I think we can close this issue. |
Version
v6 (Beta)
What platforms are you having the problem on?
Android
Architecture
Old architecture
What happened?
Fullscreen mode should not be automatically dismissed, or at least there should be an option (prop) to disable this behavior.
Currently I use repeat={true} to prevent this from happening.
References to related issues:
#2550
#2509
Reproduction
No response
Reproduction
When video ends, fullscreen (immersive mode) is dismissed and navigation bar appears.
The text was updated successfully, but these errors were encountered: