Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 48983

Is there anyway to have collapsable title on android too?

$
0
0

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

Read full topic


Viewing all articles
Browse latest Browse all 48983

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>