How can I make a transparent toolbar?

I’m using beta.11 and this worked for me:

<ion-header no-shadow>
  <ion-navbar transparent>
    <button menuToggle>
      <ion-icon name="menu"></ion-icon>
   </button>
 </ion-navbar>
</ion-header>
<ion-content>

Since fullscreen peroperty does not work on ion-content I still need to apply some sort of hacks like this here:

1 Like