Is there any way to display the large collapsable header on android like it’s displayed on ios? When I test with emulated iPhone, there’s a nice large header that rolls into a persistent header as you scroll down. This is not the case when I do any android emulation. I tried setting mode=“ios” on the header, but that doesn’t solve the issue.
<IonPage>
<IonHeader>
<IonToolbar>
<IonTitle>{NAME}</IonTitle>
</IonToolbar>
</IonHeader>
<IonContent fullscreen className="ion-padding">
<IonHeader collapse="condense" mode="ios">
<IonToolbar>
<IonTitle size="large">
<IonThumbnail>
<IonImg class="title-icon" src="/assets/icon/leaf.svg" />
</IonThumbnail>
{NAME}
</IonTitle>
</IonToolbar>
</IonHeader>
....
1 post - 1 participant