-
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
Add responsive utilities classes #10904
Comments
Thanks for the issue! This is definitely something I plan on adding. 🙂 |
Hi there, any news on this ?? Looks like super duper feature to me ! |
With the commit cf24057, you added responsive utility attributes by screen size to Ionic 👍. Unfortunately the commit does not take into account visibility class, like Have you plan to add this feature in SASS files ? |
Hi geniuses, +1 here. |
@5im0n Considering that wasn't added at the time of the commit, I doubt it's gonna be added anytime soon. |
This would be a killer feature to make fully code once deploy everywhere apps. |
@brandyscarney, I'm coming back to you to have news about the feature to hide, show depending on the screen size: Have you plan to add this feature ? Thank you ! |
You promised it few blog post ago !! and it's a killer feature! |
this is just a little bit stupid css like bootstrap and no one is copying it into the ionic 2 framework, wtf ??? |
This can be added to your own app at the end of your
And then to use it:
I agree it is nice to add to the framework, but we are currently working on Ionic 4 which is a large internal refactor and that is our top priority. We are not adding new features to the Since this has a work around, as mentioned above, and the comments have become unconstructive, I will be locking this issue. We know it's something we should add and we appreciate your patience! |
It's been a long time coming but this has been added to v4 thanks to @seiyria! It will be in the
We'll have it updated on the docs site soon too, thanks to this PR: ionic-team/ionic-docs#403 |
Ionic version:
[ ] 1.x
[X] 2.x
I'm submitting a ...
[ ] bug report
[X] feature request
[ ] support request
Current behavior:
Ionic has now a powerful grid system.
It would be great to improve this grid system with responsive utilises class:
.hidden-lg-down
,.hidden-lg-up
... as bootstrap does https://v4-alpha.getbootstrap.com/layout/responsive-utilities/#available-classesWe can maybe go futher by including this behavior in the
showWhen
,hideWhen
directives. 😉The text was updated successfully, but these errors were encountered: