
Product
Introducing Socket Scanning for OpenVSX Extensions
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.
@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
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.

Product
Bringing supply chain security to the next generation of JavaScript package managers

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies