mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-01 02:53:03 +08:00
Merge pull request #124 from jccf091/jccf091-patch-1
update docs statusbar.ts
This commit is contained in:
commit
18326d1c19
@ -74,7 +74,7 @@ export class StatusBar {
|
|||||||
* Set the status bar to a specific named color. Valid options:
|
* Set the status bar to a specific named color. Valid options:
|
||||||
* black, darkGray, lightGray, white, gray, red, green, blue, cyan, yellow, magenta, orange, purple, brown.
|
* black, darkGray, lightGray, white, gray, red, green, blue, cyan, yellow, magenta, orange, purple, brown.
|
||||||
*
|
*
|
||||||
* iOS note: you must call StatusBar.setOverlay(false) to enable color changing.
|
* iOS note: you must call StatusBar.overlaysWebView(false) to enable color changing.
|
||||||
*
|
*
|
||||||
* @param {string} colorName The name of the color (from above)
|
* @param {string} colorName The name of the color (from above)
|
||||||
*/
|
*/
|
||||||
@ -86,7 +86,7 @@ export class StatusBar {
|
|||||||
/**
|
/**
|
||||||
* Set the status bar to a specific hex color (CSS shorthand supported!).
|
* Set the status bar to a specific hex color (CSS shorthand supported!).
|
||||||
*
|
*
|
||||||
* iOS note: you must call StatusBar.setOverlay(false) to enable color changing.
|
* iOS note: you must call StatusBar.overlaysWebView(false) to enable color changing.
|
||||||
*
|
*
|
||||||
* @param {string} hexString The hex value of the color.
|
* @param {string} hexString The hex value of the color.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user