Cap-go / capacitor-navigation-bar

Set navigation bar color for android lolipop and higher
MIT License
7 stars 1 forks source link

Make navigation bar transparent #45

Open frederikheld opened 3 months ago

frederikheld commented 3 months ago

Is your feature request related to a problem? Please describe. I would like to use my app in edge to edge mode but I can't figure out how to set the navigation bar to transparent.

Describe the solution you'd like The simplest way would be to just set rgba values or { color: 'transparent' }. If that's not possible, a separate function setTransparent() or setTransparency() would work as well.

Describe alternatives you've considered I tried setting the color to 'transparent' or a rgba value but it did not work.

I also considered to use @hugotomazi/capacitor-navigation-bar which has the functionality, but it has broken dependencies.

Additional context Add any other context or screenshots about the feature request here.

mrtnkl commented 3 months ago

I second this request!

zipperdev commented 3 months ago

+1 This is a really needed feature!