1
I need my tabs to be at the top of the app, but it’s usually at the bottom, someone could help me?
html:
<ion-tabs #myTabs preloadTabs="false">
<ion-tab [root]="tab1Root" tabTitle="Calculadora" tabIcon="ios-calculator"></ion-tab>
<ion-tab [root]="tab2Root" tabTitle="Total" tabIcon="ios-cart"></ion-tab>
<ion-tab [root]="tab3Root" tabTitle="Cadastro" tabIcon="ios-contacts"></ion-tab>
</ion-tabs>
Cool Pettrin, would have some reference link on the positioning of Tabs?
– LeAndrade
Hello, Leandrade, yes I do! https://ionicframework.com/docs/api/components/tabs/Tabs/
– Péttrin Miranda
Valeu man, thank you!
– LeAndrade