I noticed that everytime i start a project (blank, or tab r any other) the scaffolded page got header two times with the same content
something like:
<IonPage>
<IonHeader><IonToolbar><IonTitle>Title</IonTitle><IonToolbar></IonHeader>
<IonContent>
<IonHeader collapse="condense"><IonToolbar><IonTitle>Title</IonTitle><IonToolbar></IonHeader>
</IonContent>
</IonPage>
it looks like it is something platform dependent (i see only one header on different platform) but i cant really nail how useful can it be and also i found it very difficult to maintain, especially in apps with lot of “pages” and dinamically created header (buttons, title, and so on)
i did not find any explanation about it
are there any reason for it?
3 posts - 2 participants