How can i add multiple line heading(2 lines) in my header …??
My code likewise :
<ion-view view-title="{{ User.name }}">
like SubHeading…
How can i add multiple line heading(2 lines) in my header …??
My code likewise :
<ion-view view-title="{{ User.name }}">
like SubHeading…
view-title accepts text only string content . if you set any html string content to view-title attribute , it will display that as string content e.g view-title ="< h5>{{ User.name }}<br>subheader</h5>.
Also you can use <ion-nav-title> for rich html title with image.
it is working for me …pls refer the attached screenshot.
looks like title accommodates only two lines of information with the default styles.