-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hideBackButton attribute hides the menuToggle button too #7417
Comments
Having this issue as well, my code is similar to the OP.
|
Hello, thanks for opening an issue with us! Would you be able to provide a plunker that demonstrates this issue? Thanks for using Ionic! |
I know you asked for a plnkr; I hope a CodePen will suffice. https://codepen.io/esqew/pen/QExGrE The toggleMenu button is displayed on the first page - after clicking through to a list item, the left side navigation button is blank. The HTML should provide a toggleMenu button (as with the root page). This issue is only when using the hideBackButton directive. |
Hi again, I've reproduced the issue in this plunker. When you use |
Did you guys manage to solve this? When using a side menu, I want to be able to cache the views as I transition between the menu entries. How are we supposed to implement views caching when using sidemenu design? Is this a bug? |
Still not working even after updating to 2.1.2.
|
Did anyone able to solve it? |
Hi Here is the solution , if you are using this.navCtrl.push(page2) it just push the component to the main root .. instead of this we can use this.navCtrl.setRoot(Page2); hope this will hep you people |
This is ugly but what I did was call |
Hi, Thanks for help |
put a clicker on the button of the menu
don't forget to import MenuController from ionic-angular and declare it in the contructor |
It's also possible to avoid that with: ion-navbar[hidebackbutton] button[menutoggle] {
display: block !important;
} |
how to display menu i can't show menu after login screen to go home screen |
Thanks for the issue! We have moved the source code and issues for Ionic 3 into a separate repository. I am moving this issue to the repository for Ionic 3. Please track this issue over there. Thank you for using Ionic! |
This issue has been automatically identified as an Ionic 3 issue. We recently moved Ionic 3 to its own repository. I am moving this issue to the repository for Ionic 3. Please track this issue over there. If I've made a mistake, and if this issue is still relevant to Ionic 4, please let the Ionic Framework team know! Thank you for using Ionic! |
Issue moved to: ionic-team/ionic-v3#121 |
The Problem
I push the Root Page to Page2 that supports a side menu, the issue is that when it opens Page2 it shows the back button and hides the menu button for that I've tried to add
hideBackButton
to Page2 in order to see the menu button but I both the back button and menu button disappeared!Here is my current code:
What behavior are you expecting?
Should hide the back button, and show the menu button.
Which Ionic Version?
Ionic2
Cordova CLI: Not installed
Ionic CLI Version: 2.0.0-beta.32
Ionic App Lib Version: 2.0.0-beta.18
ios-deploy version: Not installed
ios-sim version: Not installed
OS: Mac OS X El Capitan
Node Version: v4.4.7
Xcode version: Xcode 7.3.1 Build version 7D1014
The text was updated successfully, but these errors were encountered: