Help with header it works on browser but not in phone

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
image

This is how looks in the android phone,

This is how looks in the iphone,


any suggestions I will really appreciate.

Should get what you want with this.

 <ion-view>
        <ion-nav-buttons side="left">
          <button class="button button-icon ion-home"></button>
        </ion-nav-buttons>
        
        <ion-nav-title>
      <img src="http://placehold.it/200x44">
    </ion-nav-title>
        
        <ion-nav-buttons side="right">
          <button class="button button-icon ion-home"></button>
          <button class="button button-icon ion-home"></button>
        </ion-nav-buttons>
        <ion-content class="padding">
        </ion-content>
      </ion-view>

Thanks Mike for your response.

I create a new project and modify the code with your solution, and stills look the same in android.

This is how it looks in the phone.

This is the html view code:

I think I find and issue, should I report it.

thanks
Alberto

facing same problem me also

I created issue #2907