I have a problem with ionic version 4.rc-0 and tab-bar position.
Every thing is correctly displayed when you add directly or
But if you want to be dynamic like :
<ion-tab-bar [slot]=“tabplacement”>
(tabplacement is changed in the constructor)
it always display the tab bar at the bottom.
In the version we use (4.0.0.rc1) the slot=“top” works, but moves the tabbar in the top of the whole page and not under the header just like in v3. Is there any workaround for this?
i have the <ion-header> in the tabs.page.html and removed from all of the tab child pages, with <ion-title> set to change with the ion-tabs (ionTabsDidChange) event calling the getSelected() method. I also set up my <ion-tab-button>s dynamically