@alanmarth wrote:
Hi everybody.
I have an abstract state, and I want it to have some stuff (like a logo) at the top of its template, and bellow an ion-nav-view with the content of its children states.
But I want that the whole content to scroll together, not like tabs example with fixed header.
Abstract state template:
<ion-view>
<ion-content>
<div id="logo"><img src="img/logo.png" /></div>
<ion-nav-view></ion-nav-view>
<ion-content></ion-view>
But it doesn't work, the content of the ion-nav-view template its cropped. Which is the correct way to archieve this?
Thank you.
Posts: 1
Participants: 1