This is an automated email from the ASF dual-hosted git repository.
erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git
The following commit(s) were added to refs/heads/master by this push:
new 223cf8ce2e blog: add statusbar notes to cordova-android@15 release
(#1485)
223cf8ce2e is described below
commit 223cf8ce2e160c14ca1491413009d6085590b99a
Author: エリス <[email protected]>
AuthorDate: Sat Mar 7 03:08:21 2026 +0900
blog: add statusbar notes to cordova-android@15 release (#1485)
---
www/_posts/2026-03-06-cordova-android-15.0.0.md | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/www/_posts/2026-03-06-cordova-android-15.0.0.md
b/www/_posts/2026-03-06-cordova-android-15.0.0.md
index 17903e4fcd..0c37cd91c5 100644
--- a/www/_posts/2026-03-06-cordova-android-15.0.0.md
+++ b/www/_posts/2026-03-06-cordova-android-15.0.0.md
@@ -122,6 +122,18 @@ cordova platform add [email protected]
Users can still opt in to the Edge-to-Edge feature by using the
`AndroidEdgeToEdge` preference flag introduced in Cordova-Android 14.
+ **IMPORTANT NOTE:** The StatusBar plugin is no longer required. Status bar
functionality has been integrated as an internal plugin to maintain the
original behavior. The StatusBar JavaScript API is available:
+
+ * `window.statusbar.visible` — A property that controls the visibility of
the status bar. It accepts a boolean value (`true` or `false`).
+
+ * `window.statusbar.setBackgroundColor('#AARRGGBB')` — A method that
changes the background color of the status bar. It accepts a hexadecimal color
string.
+
+ Previous status bar preferences are reused. Preferences are read in the
following priority order:
+
+ * `StatusBarBackgroundColor`
+ * `BackgroundColor`
+ * Depending on the OS version, the `BackgroundColor` preference may also
change the navigation/gesture bar.
+
* **Support Night & Day Theme**
Added partial support for automatically switching between night and day
themes based on system settings when SplashScreen, StatusBar, or
background-related preferences are not set.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]