Ionic-framework: v2 - floating labels don't display in iOS/Safari in Beta.4

Created on 11 Apr 2016  路  7Comments  路  Source: ionic-team/ionic-framework

All 7 comments

I'm just adding that it's not only floating, but stackedare not displayed neither. (Maybe more ?)

Thanks for the issue! This will be fixed with the release of 2.0.0-beta.5.

As a temporary workaround until then, you can add the following css to your app (after the Ionic import):

ion-label[stacked],
ion-label[floating] {
  flex-basis: auto;
}

For example, you could have a global Sass file at theme/app.global.scss containing the above css, and then import that file in your theme/app.core.scss file:

// App Shared Imports
// --------------------------------------------------
// These are the various page imports which make up this app.
// By default each design mode includes these shared imports.
// App Shared Sass variables belong in app.variables.scss.

@import "./app.global";

I'll add this to the forum post, as well. :smile:

@brandyscarney Thanks for the tempo fix !

馃憤

:+1:

I hate to be the bearer of bad news, but it looks like this is not fixed in beta.5. Instead the labels appear blurred out:

labels

@jasonwaters I created a new issue for this, it's being caused by something other than this issue. Thanks for bringing it up, I'll add more here: https://github.com/driftyco/ionic/issues/6272

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Nick-The-Uncharted picture Nick-The-Uncharted  路  3Comments

danbucholtz picture danbucholtz  路  3Comments

brandyscarney picture brandyscarney  路  3Comments

manucorporat picture manucorporat  路  3Comments

Macstyg picture Macstyg  路  3Comments