I'm trying to hide ion-header-bar so that the background image of everything is under the butoom back and the title
this is the code of sight
ion-view view-title="{{chat.name}}">
<ion-content class="">
<div class="perfilDomiciliarios">
<img src="{{chat.face}}" class="imgBackDomi">
</div>
<div class="contImgPerfilDomi">
<img src="{{chat.face}}" class="imgPerfilDomi">
<h4>{{chat.name}}</h4>
</div>
</ion-content>
</ion-view>
wanting to achieve this view