🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@capgo/capacitor-navigation-bar

Package Overview
Dependencies
Maintainers
1
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capgo/capacitor-navigation-bar

Capacitor plugin Set navigation bar color for android lolipop and higher

Source
npmnpm
Version
7.3.2
Version published
Weekly downloads
5.6K
-9.33%
Maintainers
1
Weekly downloads
 
Created
Source

Capgo - Instant updates for capacitor

➡️ Get Instant updates for your App with Capgo

Missing a feature? We’ll build the plugin for you 💪

capacitor-navigation-bar

Set navigation bar color for android lolipop and higher

Install

npm install @capgo/capacitor-navigation-bar
npx cap sync

Example Apps

  • example-app: Interactive showcase that exercises all plugin options (color presets, custom hex, dark buttons, state reading).

API

Capacitor Navigation Bar Plugin for customizing the Android navigation bar.

setNavigationBarColor(...)

setNavigationBarColor(options: { color: NavigationBarColor | string; darkButtons?: boolean; }) => Promise<void>

Set the navigation bar color and button theme.

ParamTypeDescription
options{ color: string; darkButtons?: boolean; }- Configuration for navigation bar appearance

Since: 1.0.0

getNavigationBarColor()

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()

getPluginVersion() => Promise<{ version: string; }>

Get the native Capacitor plugin version.

Returns: Promise<{ version: string; }>

Since: 1.0.0

Enums

NavigationBarColor

MembersValueDescription
WHITE'#FFFFFF'White color
BLACK'#000000'Black color
TRANSPARENT'transparent'Transparent color

Keywords

capacitor

FAQs

Package last updated on 23 Oct 2025

Did you know?

Socket

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.

Install

Related posts