Thanks. Its working fine.
But when I use this with enable-menu-with-back-views=“true”, I got some problem.
On pages where we get back button, title goes to right(left and right are not equal).
If you can check and help me tin this. Below is my code.
Hmm I can’t reproduce this with the code you’ve given. Could you put together a codepen or plunker showing this?
Also, the markup for the sidemenu changed, so you shouldn’t use ion-pane anymore:
<ion-side-menus>
<!-- Center content -->
<ion-side-menu-content>
</ion-side-menu-content>
<!-- Left menu -->
<ion-side-menu side="left">
</ion-side-menu>
<!-- Right menu -->
<ion-side-menu side="right">
</ion-side-menu>
</ion-side-menus>