Back to posts
Mobile responsiveness.
Posted 12mnths ago AnsweredSarah Front end 4 Comments
Apart from adding media queries, how can one ensure mobile responsiveness for a web application?
1 up vote
0 down votes
Comments
-
0 up votes 0 Down votes
-
0 up votes 0 Down votes
For reference look at: https://www.smashingmagazine.com/2011/01/guidelines-for-responsive-web-design/, https://blog.logrocket.com/flexible-layouts-without-media-queries/, and https://web.dev/articles/responsive-web-design-basics
-
0 up votes 0 Down votes
Using flexible layouts, adjusting screen resolution, setting responsive breakpoints, and sizing layout elements with percentages or creating a CSS grid layout.
-
2 up votes 0 Down votes
css bootstrap is a great and easy tool for responsiveness
Unleash Your Voice, Amplify Accessibility
Empower Your Voice, Share Your Topics on Accessibility, and Ignite a Change in web content
Hello,
I have already faced the case where I had to make my web applications accessible to mobile devices.
And sometimes, it is preferable to make two different layouts.
In other words make a different layout with different types of html elements.
From my experience, talking about pure web application (not pure classical web sites) one of the most difficult thing to make accessible on mobile are scroll down lists, treeviews, context menus.