Polymer / pwa-starter-kit

Starter templates for building full-featured Progressive Web Apps from web components.
https://pwa-starter-kit.polymer-project.org
2.36k stars 431 forks source link

Change `apple-mobile-web-app-status-bar-style` to `default` #321

Closed frankiefu closed 5 years ago

frankiefu commented 5 years ago

Currently the starter kit has a meta tag apple-mobile-web-app-status-bar-style and it's set to black-translucent. The black-translucent setting makes the iOS status bar (when the app runs in full-screen mode) to have white text and the same background color as the body of the web app. Unfortunately the text color will remain white even if you use a light background color. This doesn't work well with pwa-starter-kit as it has a white background. We should change the setting to default (white background with black text).

After the change: