How can do fixed div section below the content? I want to display list’s title, that won’t be move when scroll down data.
Thanks
How can do fixed div section below the content? I want to display list’s title, that won’t be move when scroll down data.
Thanks
http://ionicframework.com/docs/api/directive/ionHeaderBar/ ?
you can add subheader/subfooter by adding another ion-footer-bar / ion-header-bar with the css-class “bar-subheader”/“bar-subfooter”
when I scroll down, sub header going up. I want to stay div fixed. same as header and footer.
if you doing it right… subheader stays there…
example with subfooter:
http://play.ionic.io/app/20ff74cfecd9
Thank you @bengtler It’s works perfectly.