https://bugzilla.wikimedia.org/show_bug.cgi?id=38213

       Web browser: ---
             Bug #: 38213
           Summary: Should include meta viewport width=768 for mobile
                    devices like iPad
           Product: MediaWiki
           Version: unspecified
          Platform: Other
        OS/Version: other
            Status: UNCONFIRMED
          Severity: normal
          Priority: Unprioritized
         Component: Device compatibility
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified
   Mobile Platform: ---


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

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to