Creatiwity / gatsby-plugin-favicon

UNMAINTAINED - Favicon Gatsby plugin
MIT License
166 stars 27 forks source link

Change apple status bar style #61

Closed dallanlee closed 5 years ago

dallanlee commented 5 years ago

This plugin is automatically setting the apple-mobile-web-app-status-bar-style to black-translucent and there appears to be no option to change it.

dallanlee commented 5 years ago

After digging around and looking at the plugins/packages this plugin uses, there is a setting appleStatusBarStyle that can change the apple-mobile-web-app-status-bar-style. in the options object, you can just add appleStatusBarStyle: 'default', (or 'black' instead of 'default') to change it even though the README doesn't list that option as an option.