Transparent navigation bar in Ionic
问题 My Ionic application have a detail view with transparent header. Applying CSS class "bar-clear" to my element is doing the job just fine in desktop browsers and when running the app on Android (see result here). But when running on iOS 8 the header is white and opaque (see here). Any idea why? 回答1: I did some research and people it got it working by setting bar-light to the header bar and then making these changes: .bar.bar-light { background-color: rgba(255,255,255,.66) !important; /* or