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/
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.
dusemarius
Member
Posted 11 months ago #
oberazzi
Member
Posted 11 months ago #