How to use Cordova plugins in capacitor with ionic react #4009
-
I wanted to change the colour of navigation bar in android app that is made by capacitor but I can't find any plugins that give me control over the navbar so I Found Cordova plugins but I don't know how do I use them in my ionic project here's what i tried npm install cordova-plugin-navigation-bar Now I don't know what to do after this. The goal of the plugin should be getting control over the android navigation bar (by control I mean changing its colour hiding it etc.) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@Jeel2331 Please follow this proposal for a Navigation Bar plugin. You'll find a compatible Cordova plugin listed in it. |
Beta Was this translation helpful? Give feedback.
@Jeel2331 Please follow this proposal for a Navigation Bar plugin. You'll find a compatible Cordova plugin listed in it.