Skip to content

Commit 33e410a

Browse files
breautekjanpio
authored andcommitted
docs: Improved documentation and removed text that implies iOS only (#130)
1 parent a538bfe commit 33e410a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,19 @@ Preferences
4747

4848
#### config.xml
4949

50-
- __StatusBarOverlaysWebView__ (boolean, defaults to true). On iOS, make the statusbar overlay or not overlay the WebView at startup.
50+
- __StatusBarOverlaysWebView__ (boolean, defaults to true). Make the statusbar overlay or not overlay the WebView at startup.
5151

5252
<preference name="StatusBarOverlaysWebView" value="true" />
5353

54-
- __StatusBarBackgroundColor__ (color hex string, no default value). On iOS, set the background color of the statusbar by a hex string (#RRGGBB) at startup. If this value is not set, the background color will be transparent.
54+
##### Android Quirks
55+
56+
Only supported on Android 5 or later. Earlier versions will ignore this preference.
57+
58+
- __StatusBarBackgroundColor__ (color hex string, no default value). Set the background color of the statusbar by a hex string (#RRGGBB) at startup. If this value is not set, the background color will be transparent.
5559

5660
<preference name="StatusBarBackgroundColor" value="#000000" />
5761

58-
- __StatusBarStyle__ (status bar style, defaults to lightcontent). On iOS, set the status bar style. Available options default, lightcontent, blacktranslucent, blackopaque.
62+
- __StatusBarStyle__ (status bar style, defaults to lightcontent). Set the status bar style. Available options default, lightcontent, blacktranslucent, blackopaque.
5963

6064
<preference name="StatusBarStyle" value="lightcontent" />
6165

0 commit comments

Comments
 (0)