You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can see the CSS class being applied using dev tools, but the class gets overwritten by other CSS lines that are appended to the app.ios.css file later on in the build.
ios.app.css line 987:
.hidden-show-when {
display: none;
}
ios.app.css line 7349:
.toolbar {
display: flex;
}
Cordova CLI: 6.1.1
Gulp version: CLI version 3.9.0
Gulp local: Local version 3.9.1
Ionic Framework Version: 2.0.0-beta.6
Ionic CLI Version: 2.0.0-beta.25
Ionic App Lib Version: 2.0.0-beta.15
ios-deploy version: 1.8.6
ios-sim version: Not installed
OS: Mac OS X El Capitan
Node Version: v6.1.0
Xcode version: Xcode 7.3 Build version 7D175
The text was updated successfully, but these errors were encountered:
When using the hideWhen or showWhen directive, toolbar isn't hidden.
I can see the CSS class being applied using dev tools, but the class gets overwritten by other CSS lines that are appended to the app.ios.css file later on in the build.
ios.app.css line 987:
.hidden-show-when {
display: none;
}
ios.app.css line 7349:
.toolbar {
display: flex;
}
Cordova CLI: 6.1.1
Gulp version: CLI version 3.9.0
Gulp local: Local version 3.9.1
Ionic Framework Version: 2.0.0-beta.6
Ionic CLI Version: 2.0.0-beta.25
Ionic App Lib Version: 2.0.0-beta.15
ios-deploy version: 1.8.6
ios-sim version: Not installed
OS: Mac OS X El Capitan
Node Version: v6.1.0
Xcode version: Xcode 7.3 Build version 7D175
The text was updated successfully, but these errors were encountered: