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

Exiting fullscreen in portrait on a range of android devices does not show the address bar. #215

Closed
JacquesRamsdenGit opened this issue Aug 15, 2022 · 1 comment

Comments

@JacquesRamsdenGit
Copy link

Steps to replicate

  1. Launch the demo page here in portrait.
  2. Go to fullscreen.
  3. Exit fullscreen.

Note that the address bar is not shown when in portrait.

I have attached a video of this being replicated (on a huawei P30)

I have confirmed this happens on at least the following devices, there could be other devices with the same issue.

  • Huawei P30
  • Samsumg S10
  • Samsumg S20
Img.0011.mp4
@sindresorhus
Copy link
Owner

Simple wrapper for cross-browser usage of the JavaScript Fullscreen API, which lets you bring the page or any element into fullscreen. Smoothens out the browser implementation differences, so you don't have to.

This package does not actually handle the fullscreening. It's the browser handling that. There's nothing this package can do about the behavior.

@sindresorhus sindresorhus closed this as not planned Won't fix, can't repro, duplicate, stale Aug 16, 2022
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