-
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] Color iPhone status bar incorrect when comparing direct browser install and store install #4839
Comments
By any color I mean any color except white. My point is that I would expect PWABuilder to pickup the correct color from the manifest.json file. "theme_color": "#111943" The browser does this correctly as shown in my example. It would be nice if PWABuilder would use the manifest "theme_color" as its value for "status bar color". In that way the result would be the same. |
@ncpunt it does: PWABuilder/apps/pwabuilder-vscode/src/library/package-utils.ts Lines 247 to 250 in 9257da1
did you update your manifest after generating the ios project? if you can share your url for debug, as example, if you try spotify link it automatically sets the colors: |
@ncpunt got it, I don't have full context on this setting, I did see in the code it may have a different behavior based on cc @khmyznikov in case you know what is |
I tried both adaptiveUIStyle and overrideStatusBar, without the desired effect.
|
This issue has been marked as "needs attention 👋" since it has not been triaged for 7 days. Please triage the issue . |
This issue has been marked as "needs attention 👋" since it has not been triaged for 7 days. Please triage the issue . |
2 similar comments
This issue has been marked as "needs attention 👋" since it has not been triaged for 7 days. Please triage the issue . |
This issue has been marked as "needs attention 👋" since it has not been triaged for 7 days. Please triage the issue . |
What happened?
When I install the PWA directly in Safari, the color of the status bar is correct. However, when I install the (PWA packaged) app from the App Store, the status bar is simpy, white.
How do we reproduce the behavior?
Try any color
What do you expect to happen?
Safari install and Store install should yield same theme colors
What environment were you using?
iPhone 12 with iOS 18
Additional context
No response
The text was updated successfully, but these errors were encountered: