apple-status-bar-webpack-plugin
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "apple-status-bar-webpack-plugin", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Place this after FaviconsWebpackPlugin to override apple status bar", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# AppleStatusBarWebpackPlugin | ||
If you use the awesome [FaviconWebpackPlugin](https://github.com/jantimon/favicons-webpack-plugin) to generate favion and icons to support android and ios *Add To Home Screen* feature, you will notice the apple status bar style is set to 'black-translucent', which makes it a problem for web apps that have white or light background. You will notice and bar on top of your Web App. This plugin solve this issue. | ||
If you use the awesome [FaviconWebpackPlugin](https://github.com/jantimon/favicons-webpack-plugin) to generate favion and icons to support android and ios *Add To Home Screen* feature, you will notice the apple status bar style is set to 'black-translucent', which makes it a problem for web apps that have white or light background since you will notice a white bar bar on top of your Web App. This plugin solve this issue by giving your control over the status bar colour. | ||
@@ -5,0 +5,0 @@ This plugin **should** be placed after **FaviconsWebpackPlugin** for it it work. |
3110