Hamburger menu on the right

Hi, can anyone explain why the hamburger menu in ionic is on the right in android only in the sidemenu template?

Thanks
Andrea

I’m not sure which sidemenu template you’re speaking of, but if the ion-nav-buttons have side='primary' it will show the buttons on the right for Android and the left for iOS. If the buttons specifically have side set to left it will show on the left.

The docs for ion-nav-buttons: http://ionicframework.com/docs/api/directive/ionNavButtons/

If this isn’t the case, please share which template you mean. :smile:

Yeah, thank you that was exactly what I was looking for. I am no android expert, but I really can’t figure out why the menu should be on the right… :disappointed_relieved:

If the sidemenu is on the left the icon should be on the left regardless of platform. The primary tag is really used for other buttons. :smile: