I have two issues with bar header
-
I have following header bar configuration:
Contacts
As you can see for left side two buttons stay one under another.
In chrome it works well (with the same resolution).
- The second issue is that when I use
ng-show
/ng-hide
right button seems like disabled (see image).
In chrome it works well (with the same resolution).
<div class="bar bar-header bar-stable" ng-show="showGroups">
<button class="button button-icon ion-navicon" ></button>
<div class="h1 title">Groups</div>
<button class="button button-icon ion-plus-circled" ></button>
</div>
<div class="bar bar-header bar-stable" ng-show="showContacts">
<div class="buttons">
<button class="button button-icon ion-navicon" ></button>
<button class="button button-icon ion-ios7-arrow-back" ></button>
</div>
<div class="h1 title" >Contacts</div>
<button class="button button-icon ion-ios7-arrow-forward"></button>
</div>
Tested on Nexus 4.
version 0.9.25