Here is the basic code I have:
<ion-header>
<ion-navbar>
<ion-title align="center" (click)="somehowToggleExpand()">
Some really really long text here...
</ion-title>
</ion-navbar>
</ion-header>
By default, this header bar is limited to a height of one line and text inside it is truncated. How can I make it so clicking the header bar toggles expanding (dropping down) the header to show all the text?