Closed mikelnorth closed 9 months ago
Seems that the NavigationBar.setTransparency({ isTransparent: true });
works, so maybe just not setColor
?
setColor
works for me, but not on initial load. I need to wait 100ms after WebView init to call setColor
for it to work.
Another issue I'm seeing, however, is that the darkButtons
option doesn't seem to work. It gives me white buttons no matter what.
I am using Capacitor v5 and it works without any issues for me - I use setColor with both color and darkButtons params. I am calling it after the app is fully loaded during an initialization method.
I have added this to my application but it does not seem to work, is this plugin compatible with v5? I am just trying to change the icons. I was able to make the navBar transparent and then just style the safe area to be the color I want.
Package.json