Last modified: 2013-12-12 11:52:39 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T40213, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 38213 - Should include meta viewport width=768 for mobile devices like iPad
Should include meta viewport width=768 for mobile devices like iPad
Status: UNCONFIRMED
Product: MediaWiki
Classification: Unclassified
Interface (Other open bugs)
1.21.x
Other other
: Normal enhancement with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
: design, mobile
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-07-06 08:39 UTC by info
Modified: 2013-12-12 11:52 UTC (History)
2 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description info 2012-07-06 08:39:44 UTC
On mobile devices like the iPad the font size of the standard view of MediaWiki/Wikipedia/... pages is really tiny. MediaWiki webpages should therefore include a meta viewport tag with e.g. width=768 for mobile devices like iPad.

The layout with viewport width=768 can be tested with an iOS bookmark:

1) Bookmark any webpage on IOS
2) Edit the created bookmark and change its link to the following:

javascript:
meta = document.createElement("meta");
meta.name = "viewport";
meta.content = "width=768";
document.getElementsByTagName("head")[0].appendChild(meta);

3) Open a WikiMedia webpage
4) Tap on the created bookmark to apply the viewport width=768 to the actually displayed webpage
Comment 1 Andre Klapper 2013-04-02 07:59:55 UTC
(Please leave the severity field as "enhancement". Thanks.)
Comment 2 dan 2013-04-02 18:05:14 UTC
for wikipedia there is a mobile site, http://en.m.wikipedia.org/, however the stylesheet is not responsive so the copy won't re-flow on zoom-in.

for other wiki installs this extension may help http://www.mediawiki.org/wiki/Extension:MobileFrontend.

the approach of adding a viewport with width=768 is in imho not the "right" approach. this bug has more to do with the overall strategy of whether or not to make the wiki a responsive design or something else.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links