Tab bar header with icon

Hi, i f possible put a tab bar on header fixed ?? with icon like a tab bar bottom?

Hi @andyweb_2016,

Yes it is possible to fix the tabs on top.

Please review your tabs.html file and in that review

<ion-tabs class="tabs-icon-top tabs-top tabs-color-active-positive">

this line. If tabs-top class is not there then please add it.

Hope this will help you.