
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
@capgo/capacitor-navigation-bar
Advanced tools
Capacitor plugin Set navigation bar color for android lolipop and higher
Set navigation bar color for android lolipop and higher
The most complete doc is available here: https://capgo.app/docs/plugins/navigation-bar/
npm install @capgo/capacitor-navigation-bar
npx cap sync
example-app: Interactive showcase that exercises all plugin options (color presets, custom hex, dark buttons, state reading).Capacitor Navigation Bar Plugin for customizing the Android navigation bar.
setNavigationBarColor(options: { color: NavigationBarColor | string; darkButtons?: boolean; }) => Promise<void>
Set the navigation bar color and button theme.
| Param | Type | Description |
|---|---|---|
options | { color: string; darkButtons?: boolean; } | - Configuration for navigation bar appearance |
Since: 1.0.0
getNavigationBarColor() => Promise<{ color: string; darkButtons: boolean; }>
Get the current navigation bar color and button theme.
Returns: Promise<{ color: string; darkButtons: boolean; }>
Since: 1.0.0
getPluginVersion() => Promise<{ version: string; }>
Get the native Capacitor plugin version.
Returns: Promise<{ version: string; }>
Since: 1.0.0
| Members | Value | Description |
|---|---|---|
WHITE | '#FFFFFF' | White color |
BLACK | '#000000' | Black color |
TRANSPARENT | 'transparent' | Transparent color |
FAQs
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.