Bug #5145
Stop scaling layout in mobile viewports in qtTrilliumPlugin
Status: | Verified | Start date: | 05/29/2013 | |
---|---|---|---|---|
Priority: | Medium | Due date: | ||
Assignee: | José Raddaoui Marín | % Done: | 100% | |
Category: | CSS/HTML | Estimated time: | 3.00 hours | |
Target version: | Release 1.4.0 | |||
Google Code Legacy ID: | Tested version: | |||
Sponsored: | No | Requires documentation: |
Description
In 1.x, qtTrilliumPlugin started playing around responsive design, but we quickly moved all these efforts to 2.x (see qtDominionPlugin). As an example, the experience from mobile devices in Release 1.3.1 is bad and the main reason is that we are scaling the layout by using the viewport meta tag but we didn't add much specific scaffolding code to make the site look properly. I think that we should remove this from Trillium to encourage our users to move to 2.x as soon as possible.
Remove from /plugins/qtTrilliumPlugin/config/view.yml
metas: viewport: width=device-width, initial-scale=1.0, user-scalable=no
And any stylesheet that target mobile devices by using @media in files like _scaffolding.less, etc...
See examples:
Before | After |
---|---|
![]() |
![]() |
History
#1 Updated by Jesús García Crespo almost 9 years ago
- Description updated (diff)
#2 Updated by Jesús García Crespo almost 9 years ago
- Status changed from New to QA/Review
#3 Updated by Jesús García Crespo almost 9 years ago
- Description updated (diff)
#4 Updated by Jesús García Crespo almost 9 years ago
- % Done changed from 0 to 100
Applied in changeset atom|commit:bf162890a7c6b33dc725b0d281e484b0d432f4f8.
#5 Updated by Dan Gillean almost 9 years ago
- Status changed from QA/Review to Verified