@bendre_kriek wrote:
Hey guys. So for some reason I have whitespace above my navbar after adding the web-client platform and push plugin. Its like the parent nav-view is suddenly scrollable with that top whitespace included.
A screenshot:
And my relevant html code:<body ng-app="app" animation="slide-left-right-ios7">
<div>
<div>
<ion-nav-bar class="bar-stable" align-title="center">
<ion-nav-back-button class="button-icon icon ion-chevron-left"></ion-nav-back-button>
</ion-nav-bar>
<ion-nav-view></ion-nav-view>
</div>
</div>
</body>
child view:<ion-view title="Jobs" cache-view="false">
<ion-nav-buttons side="right">
<button ng-click="add()" class="button button-positive">Add</button>
</ion-nav-buttons>
<ion-content adding="true" class="has-header" ng-init="load()">Anyone have any tips on this?
Posts: 1
Participants: 1