I have a view, i need to have a header like this
ICON LOGO ICON ICON like I show it int the pictues, but there is something that its not working on the android phone, on the browser and iphone it works perfectly.
does any one can take a look at it, I will really appreciate
this view goes in this index file
<ion-view align-title="left" title='<img class="title-image" src="img/logo_elizondo_ch.png" />' hide-back-button="true" ng-controller="NavController">
<ion-nav-buttons side="left">
<button menu-toggle="left" class="button button-icon icon ion-navicon"></button>
</ion-nav-buttons>
<ion-nav-buttons side="right">
<button class="button button-clear button-positive" ng-click="myNext('app.cart')">
<div class="shoppingcartnumber">{{cart.getTotalCount()}} </div>
<img src="img/ic_header_shopping.png" width="25" height="25" alt="Carrito de compra" />
</button>
</ion-nav-buttons>
<ion-content class="content has-padding has-subheader">
</ion-content>
</ion-view>
This is how is suppose to look and how I see it in browser
This is how looks in the android phone,
This is how looks in the iphone,
any suggestions I will really appreciate.