Hi there,
What is the best way to implement a sub header inside an ion-view and before ion-content?
It seems as if no matter what the ion-content will overlaps any elements.
Regards,
mkariti
You can use an ion-header-bar
with the bar-subheader
class. See this codepen: http://codepen.io/anon/pen/GgymMQ?editors=101
1 Like
Work like a charm!
Many thanks for quick reply!
1 Like
You’re welcome. Glad it’s what you needed.