Hi all, I have a problem with this code in the header bar section:
<ion-view class="toursList" title="Our tours">
<ion-nav-bar class="bar-positive">
<ion-nav-buttons side="right">
<button class="icon button-clear ion-navicon-round" ng-click="toggleLeft();">
</button>
</ion-nav-buttons>
<ion-nav-back-button class="button-clear">
<i class="ion-arrow-left-c"></i> Back
</ion-nav-back-button>
</ion-nav-bar>
<ion-content class="has-header">........
In the browser I see this (and it’s correct I think):
but in the device I have this:
Why my header is white in the real device ? I’m using a Nexus 5 kitkat.
If I click on the image I load a detail card of that location and in the left corner I can see “< Back”, but my header remain white.
Thanks.