Hello.
My problem is that I want to use a subheader as a query bar (see the image below) and it runs really fine on IOS but it does not even appear on Android.
Ionic Lab Image
Here’s my code:
<div class="bar bar-subheader item-input-inset ">
<a class="item item-avatar" ng-click="modal.show()">
<img src="{{foto}}">
</a>
<label class="item-input-wrapper">
<i class="icon ion-ios-search placeholder-icon"></i>
<input type="search" ng-model="query" placeholder="Buscar">
</label>
</div>
<ion-content class="has-subheader has-header">
...
I have had the same trouble since i started to make this app. And I have already tested it on a real Android device, but it does not work either.
Someone could tell me please what options do I have or what should I do to make this subheader look fine on Android.
Thanks.