Is there a way to add Fab Button to the right corner of a navBar? Thank you very much
Thank you sir very much for your help. The FAB button on your example show in the between of the navBar and ion-content. What I am looking for is a way to place it inside the navBar, to the right most corner, And if it is possible, I would like to know if there is a way to resize the it to a size smaller than mini. Thank you very much.
<ion-navbar color="primary">
<ion-title>
{{pageTitle}}
</ion-title>
<ion-buttons right>
<button ion-button icon-only>
<ion-icon name="search"></ion-icon>
</button>
</ion-buttons>
</ion-navbar>