ionNavBar multiple buttons on the right side possible?
ouya99 opened this issue · 0 comments
ouya99 commented
Hi,
is there a way to display more than one button in {{#contentFor "headerButtonRight"}}
Having
{{#contentFor "headerButtonRight"}}
{{> ionIcon icon='wand'}}
{{#if isAndroid}}
{{> ionIcon icon='android-more-vertical'}}
{{else}}
{{> ionIcon icon='more'}}
{{/if}}
{{/contentFor}}
gives me one icon to the left and one to the right, but I would like to have two icons on the right side of the navbar.
Any alignment property available?
Thx
java99