andyto
April 16, 2014, 10:50am
1
I have created a new starter template using “ionic create app sidemenu” to create a sample application. When I build and run it in a emulator, the navbar is as the screenshot below. On clicking other menu item, then the navbar will be back to normal. Anyone experience this too?
What version of ionic are you using? This is a known issue in 1.0beta 1, can you try by referencing the nightly?
<link href="http://code.ionicframework.com/nightly/css/ionic.min.css" rel="stylesheet">
<script src="http://code.ionicframework.com/nightly/js/ionic.bundle.js"></script>
I can confirm this occurs in the nightly. Using Chrome emulate iPhone 5, as well as an actual iPhone 5s device. Its generates this H1.
h1 class=“title ng-binding” ng-bind-html=“title” style=“left: 116px; right: 116px;”>Awesome Page
Already an issue on it:
opened 12:50PM - 28 Mar 14 UTC
closed 08:44PM - 08 Apr 14 UTC
The title is truncated in navigation bar when the view is rendered for the first time and back button goes missing...
It only happens on the first view. Once you change to another state and back, it’s “fixed”. Will update the Issue.