Skip to content
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

v2 - floating labels don't display in iOS/Safari in Beta.4 #6109

Closed
jasonwaters opened this issue Apr 10, 2016 · 7 comments
Closed

v2 - floating labels don't display in iOS/Safari in Beta.4 #6109

jasonwaters opened this issue Apr 10, 2016 · 7 comments
Assignees
Milestone

Comments

@jasonwaters
Copy link

see this discussion thread in the forum: https://forum.ionicframework.com/t/ios-floating-labels-not-shown-after-upgrade-to-beta-4/48838/4

@brandyscarney

@thiphariel
Copy link
Contributor

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

@brandyscarney
Copy link
Member

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. 😄

@thiphariel
Copy link
Contributor

@brandyscarney Thanks for the tempo fix !

@mattlanham
Copy link

👍

1 similar comment
@keithdmoore
Copy link
Contributor

👍

@jasonwaters
Copy link
Author

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

@brandyscarney
Copy link
Member

@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: #6272

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants