Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70429

Ion-nav-buttons isn`t vertical aligned in new Android versions

$
0
0

@antoxann wrote:

Here is my code:
<ion-nav-title>
            <div class="title page-title" >
                <div class="title">title</div>
            </div>
        </ion-nav-title>
        <ion-nav-buttons side="left">
            <button class="button button-icon ion-help-circled" ng-click="goTo()"></button>
        </ion-nav-buttons>
        <ion-nav-buttons side="right">
            <button class="button button-icon ion-ios-gear" ng-click="goTo()"></button>
        </ion-nav-buttons>

In Chrome it looks ok:

But in Android device with android version 4.4.X buttons not aligned vertical, they are closer to top:

How can i fix it?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 70429

Trending Articles