ionic-team / ionic-v1

The repo for Ionic 1.x. For the latest version of Ionic, please see https://github.com/ionic-team/ionic
Other
192 stars 187 forks source link

bar header size is not changing in ios #385

Open simhachalam opened 6 years ago

simhachalam commented 6 years ago

Note: If you are having problems formatting your issue please refer to this article on using markdown in Github:

https://guides.github.com/features/mastering-markdown/

Note: for support questions, please use one of these channels:

https://forum.ionicframework.com/ http://ionicworldwide.herokuapp.com/

Short description of the problem:

i have modified the bar-header hight to 70px. it is working fine in browser and android . when we see in ios simulator or device .. it's not changing the header bar size

What behavior are you expecting?

It should change the header size as we mentioned .

Steps to reproduce:


insert any relevant code between the above and below backticks
<div class="bar bar-header bar-light" style="height:70px;">

      <ion-scroll direction="x" class="wide-as-needed" >

           <a class="button button-icon icon" style="color : royalblue" ng-click="goToBraches()"><img src="img/profile-icon-1.png"><br>Home</a>
            <a class="button button-icon icon ion-ios-location-outline" style="color : royalblue" ng-click="goToBraches()"><br>Branches</a>
            <a class="button button-icon icon ion-social-usd-outline" style="color : royalblue" ng-click="goToPoints()"><br>My Points</a>
            <a class="button button-icon icon ion-ios-list-outline" style="color : royalblue" ng-click="goToBillingHistory()"><br>Billing</a>
            <a class="button button-icon icon ion-ios-person-outline" style="color : royalblue" ng-click="goToProfile()"><br>Profile</a>
            <a class="button button-icon icon ion-ios-people-outline" style="color : royalblue" ng-click="goToReferFriend()"><br>Refer Friend</a>
      </ion-scroll>
    </div>

**Other information:** (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc)

**Which Ionic Version?** 1.x or 2.x

1.x

#### Plunker that shows an example of your issue

**For Ionic 1 issues** - http://plnkr.co/edit/Xo1QyAUx35ny1Xf9ODHx?p=preview

**For Ionic 2 issues** - http://plnkr.co/edit/me3Uk0GKWVRhZWU0usad?p=preview

**Run `ionic info` from terminal/cmd prompt:** (paste output below)