We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello. There is a lot of recipes how to launch PWA in full screen mode.
Some meta tags, ?fullscreen=true parameters for start_url and so on.
?fullscreen=true
start_url
But they don't really work as expected.
The goal is to show PWA as Google maps, to take the view behind notch:
The standalone mode leaves space at the top and at the bottom:
standalone
The fullscreen mode removes the space at the bottom, but the top status bar becomes black.
fullscreen
Some "look ma, my PWA runs fullscreen" examples on the net also do not stretch behind notch.
Does someone managed to do it on the latests devices (pixel 7a, 8a) and bubblewrap? 🙃
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello. There is a lot of recipes how to launch PWA in full screen mode.
Some meta tags,
?fullscreen=true
parameters forstart_url
and so on.But they don't really work as expected.
The goal is to show PWA as Google maps, to take the view behind notch:
The
standalone
mode leaves space at the top and at the bottom:The
fullscreen
mode removes the space at the bottom, but the top status bar becomes black.Some "look ma, my PWA runs fullscreen" examples on the net also do not stretch behind notch.
Does someone managed to do it on the latests devices (pixel 7a, 8a) and bubblewrap? 🙃
The text was updated successfully, but these errors were encountered: