Forums

[Plugin: MobilePress] MP does not zoom (4 posts)

  1. oberazzi
    Member
    Posted 11 months ago #

    I am on a campaign to make the iPhone more accessible to visually impaired users. See this blog post for details. One important feature is the ability to zoom. MobilePress sites, like most mobile sites, is not zoom-friendly. Why is this? Can it be fixed?

    Thanks.

    http://wordpress.org/extend/plugins/mobilepress/

  2. tylerreed
    Member
    Posted 11 months ago #

    Hi oberazzi,

    You can fix this manually by yourself by editing /wp-content/plugins/mobilepress/themes/iphone/header.php

    look for: <meta name="viewport" content="width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>

    change it to: <meta name="viewport" content="width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=1;"/>

    We will include this fix in our next release.

  3. dusemarius
    Member
    Posted 11 months ago #

    tnx tylerreed .

  4. oberazzi
    Member
    Posted 11 months ago #

    Excellent. Thank you.

Reply

You must log in to post.

About this Topic