Hi,
I want to show my App icon in the left of the ion-nav-bar.
I’m using tabs project.
Thanks
Hi,
I want to show my App icon in the left of the ion-nav-bar.
I’m using tabs project.
Thanks
Use ion-nav-buttons:
<ion-nav-buttons side="primary">
<button class="button button-clear"><i class="icon ion-settings"></i></button>
</ion-nav-buttons>
If you want the icon to always be on the left side, you can use side=“left” instead of primary.