-
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
bug(tab): show not being adhered to #6412
Comments
Hey @dylanvdmerwe ! Does this only happen on ios? Or Android too? |
Hey @jgw96 . So far I have only observed this on iOS. |
Note that this is in reference to #5768 |
Hey @dylanvdmerwe are you also seeing this in the browser when using |
I cannot longer reproduce this issue in RC1 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Short description of the problem:
I need to hide or display a tab depending on the state of the application. It seems on iOS I cannot get the tab to hide once it has been displayed.
What behavior are you expecting?
The tab should hide/display based on the value of the [show] property as per the documentation.
HTML
TS
When competitionRunning is set to false or true in onPageLoaded on iOS, the tab will still be shown regardless. Tested on an actual device.
Which Ionic Version? 2.x
Cordova CLI: 6.1.1
Ionic Framework Version: 2.0.0-beta.6
Ionic CLI Version: 2.0.0-beta.24
Ionic App Lib Version: 2.0.0-beta.14
OS:
Node Version: v5.10.1
The text was updated successfully, but these errors were encountered: