-
Notifications
You must be signed in to change notification settings - Fork 292
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] Address bar showing in Android #4846
Labels
Comments
This issue has been marked as "needs attention 👋" since it has not been triaged for 7 days. Please triage the issue . |
I am seeing the same issue with this
|
This issue has been marked as "needs attention 👋" since it has not been triaged for 7 days. Please triage the issue . |
I have the same problem:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened?
I configure my app to not show the address bar and still showing it.
Manifest.json (example configuration):
{
"short_name": "app",
"name": "app",
"description": "app description",
"start_url": "https://web.es/",
"display": "standalone",
"scope": "https://web.es/",
"theme_color": "#0084c9",
"orientation": "portrait",
"background_color": "#000000",
"icons": [
{ "src": "/images/iconPWA.png",
"type": "image/png",
"sizes": "512x512"
}
],
"id": "app-id",
"launch_handler": {
"client_mode": "navigate-new"
},
"file_handlers": [
],
"display_override": [
"window-controls-overlay",
"standalone",
"fullscreen"
],
"dir": "ltr",
"lang": "es",
"categories": [
"finance"
]
}
I have attached the steps to generate the apk:
Thank you in advance.
How do we reproduce the behavior?
Open the app in Android.
What do you expect to happen?
I expect to hide the address.
What environment were you using?
Android 13
Realme 8 PRO
Android 14
Nothing Phone 2
Additional context
We have checked that the app in August 2024 with the same configuration the address bar was successfully hidden.
The text was updated successfully, but these errors were encountered: